Html Css Color HEX #80672F Himalaya

📋 copy color: '#80672F'

red 128 ◦ green 103 ◦ blue 47

#80672F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Himalaya #80672F

Tints of Himalaya #80672F

RGB

 RED value IS 128 (50.39% from 255) = 46.04%

 GREEN value IS 103 (40.63% from 255) = 37.05%

 BLUE value IS 47 (18.75% from 255) = 16.91%

R = 46.04%
G = 37.05%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.63

 K value IS 0.50

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#80672F (or 0x80672F) is known color: Himalaya. HEX triplet: 80, 67 and 2F. RGB value is (128,103,47). Sum of RGB (Red+Green+Blue) = 128+103+47=278 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.04% from 278); Green value is 103 (40.62% from 255 or 37.05% from 278); Blue value is 47 (18.75% from 255 or 16.91% from 278); Max value from RGB is 128 - color contains mainly: red. Hex color #80672F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80672F is #7F98D0. Grayscale: #686868. Windows color (decimal): -8362193 or 3106688. OLE color: 3106688.

HSL color Cylindrical-coordinate representation of color #80672F: hue angle of 41.48º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #80672F is Cyan = 0, Magento = 0.20, Yellow = 0.63 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 103 47 -
CMYK 0 0.20 0.63 0.50
HSL 41.48º 0.46% 0.34% -
HSV(B) 41.48º 0.63% 0.5% -
XYZ 14.27 14.49 4.74 -
YUV 104.09 95.78 145.05 -
System Red Green Blue C M Y K H S L
Decimal 128 103 47 0 0.20 0.63 0.50 41.48 0.46 0.34
Hex 80 67 2F 0 14 3F 32 29 2E 22
Octal 200 147 57 0 24 77 62 51 56 42
Binary 10000000 1100111 101111 0 10100 111111 110010 101001 101110 100010

Color Harmonies of #80672F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80672F

Black with #80672F

Text Example


Text Example

White with #80672F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80672F; }

 p { color: rgb(128,103,47); }

 H1.HeaderClassName
 {
   color: #80672F;
 }
 .AnyTagClassName
 {
   color: #80672F;
 }
</style>

background-color css

<style>
 a { background-color: #80672F; }

 a { background-color: rgb(128,103,47); }

 div.DivClassName
 {
   background-color: #80672F;
 }
 .BgClassName
 {
   background-color: #80672F;
 }
</style>

border-color css

<style>
 span { border-color: #80672F; }

 span { border-color: rgb(128,103,47); }

 td.TdClassName
 {
   border-color: #80672F;
 }
 .TagClassName
 {
   border-color: #80672F;
 }
</style>