Html Css Color HEX #80420F Saddle Brown

📋 copy color: '#80420F'

red 128 ◦ green 66 ◦ blue 15

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

Shades of Saddle Brown #80420F

Tints of Saddle Brown #80420F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 31.58%

 BLUE value IS 15 (6.25% from 255) = 7.18%

R = 61.24%
G = 31.58%
B = 7.18%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.88

 K value IS 0.50

RGB Variations

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

Color information

#80420F (or 0x80420F) is known color: Saddle Brown. HEX triplet: 80, 42 and 0F. RGB value is (128,66,15). Sum of RGB (Red+Green+Blue) = 128+66+15=209 (27% of max value = 765). Red value is 128 (50.39% from 255 or 61.24% from 209); Green value is 66 (26.17% from 255 or 31.58% from 209); Blue value is 15 (6.25% from 255 or 7.18% from 209); Max value from RGB is 128 - color contains mainly: red. Hex color #80420F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #80420F is #7FBDF0. Grayscale: #4E4E4E. Windows color (decimal): -8371697 or 1000064. OLE color: 1000064.

HSL color Cylindrical-coordinate representation of color #80420F: hue angle of 27.08º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #80420F is Cyan = 0, Magento = 0.48, Yellow = 0.88 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 66 15 -
CMYK 0 0.48 0.88 0.50
HSL 27.08º 0.79% 0.28% -
HSV(B) 27.08º 0.88% 0.5% -
XYZ 10.94 8.52 1.52 -
YUV 78.72 92.04 163.15 -
System Red Green Blue C M Y K H S L
Decimal 128 66 15 0 0.48 0.88 0.50 27.08 0.79 0.28
Hex 80 42 F 0 30 58 32 1B 4F 1C
Octal 200 102 17 0 60 130 62 33 117 34
Binary 10000000 1000010 1111 0 110000 1011000 110010 11011 1001111 11100

Color Harmonies of #80420F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80420F

Black with #80420F

Text Example


Text Example

White with #80420F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,66,15); }

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

background-color css

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

 a { background-color: rgb(128,66,15); }

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

border-color css

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

 span { border-color: rgb(128,66,15); }

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