Html Css Color HEX #80682F Himalaya

📋 copy color: '#80682F'

red 128 ◦ green 104 ◦ blue 47

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

Shades of Himalaya #80682F

Tints of Himalaya #80682F

RGB

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

 GREEN value IS 104 (41.02% from 255) = 37.28%

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

R = 45.88%
G = 37.28%
B = 16.85%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.63

 K value IS 0.50

RGB Variations

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

Color information

#80682F (or 0x80682F) is known color: Himalaya. HEX triplet: 80, 68 and 2F. RGB value is (128,104,47). Sum of RGB (Red+Green+Blue) = 128+104+47=279 (36% of max value = 765). Red value is 128 (50.39% from 255 or 45.88% from 279); Green value is 104 (41.02% from 255 or 37.28% from 279); Blue value is 47 (18.75% from 255 or 16.85% from 279); Max value from RGB is 128 - color contains mainly: red. Hex color #80682F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80682F is #7F97D0. Grayscale: #686868. Windows color (decimal): -8361937 or 3106944. OLE color: 3106944.

HSL color Cylindrical-coordinate representation of color #80682F: hue angle of 42.22º 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 #80682F is Cyan = 0, Magento = 0.19, Yellow = 0.63 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 104 47 -
CMYK 0 0.19 0.63 0.50
HSL 42.22º 0.46% 0.34% -
HSV(B) 42.22º 0.63% 0.5% -
XYZ 14.37 14.7 4.77 -
YUV 104.68 95.45 144.63 -
System Red Green Blue C M Y K H S L
Decimal 128 104 47 0 0.19 0.63 0.50 42.22 0.46 0.34
Hex 80 68 2F 0 13 3F 32 2A 2E 22
Octal 200 150 57 0 23 77 62 52 56 42
Binary 10000000 1101000 101111 0 10011 111111 110010 101010 101110 100010

Color Harmonies of #80682F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80682F

Black with #80682F

Text Example


Text Example

White with #80682F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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