Html Css Color HEX #802F09 Saddle Brown

📋 copy color: '#802F09'

red 128 ◦ green 47 ◦ blue 9

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

Shades of Saddle Brown #802F09

Tints of Saddle Brown #802F09

RGB

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

 GREEN value IS 47 (18.75% from 255) = 25.54%

 BLUE value IS 9 (3.91% from 255) = 4.89%

R = 69.57%
G = 25.54%
B = 4.89%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.93

 K value IS 0.50

RGB Variations

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

Color information

#802F09 (or 0x802F09) is known color: Saddle Brown. HEX triplet: 80, 2F and 09. RGB value is (128,47,9). Sum of RGB (Red+Green+Blue) = 128+47+9=184 (24% of max value = 765). Red value is 128 (50.39% from 255 or 69.57% from 184); Green value is 47 (18.75% from 255 or 25.54% from 184); Blue value is 9 (3.91% from 255 or 4.89% from 184); Max value from RGB is 128 - color contains mainly: red. Hex color #802F09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802F09 is #7FD0F6. Grayscale: #434343. Windows color (decimal): -8376567 or 601984. OLE color: 601984.

HSL color Cylindrical-coordinate representation of color #802F09: hue angle of 19.16º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #802F09 is Cyan = 0, Magento = 0.63, Yellow = 0.93 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 47 9 -
CMYK 0 0.63 0.93 0.50
HSL 19.16º 0.87% 0.27% -
HSV(B) 19.16º 0.93% 0.5% -
XYZ 9.97 6.64 1.02 -
YUV 66.89 95.34 171.59 -
System Red Green Blue C M Y K H S L
Decimal 128 47 9 0 0.63 0.93 0.50 19.16 0.87 0.27
Hex 80 2F 9 0 3F 5D 32 13 57 1B
Octal 200 57 11 0 77 135 62 23 127 33
Binary 10000000 101111 1001 0 111111 1011101 110010 10011 1010111 11011

Color Harmonies of #802F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802F09

Black with #802F09

Text Example


Text Example

White with #802F09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802F09; }

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

 H1.HeaderClassName
 {
   color: #802F09;
 }
 .AnyTagClassName
 {
   color: #802F09;
 }
</style>

background-color css

<style>
 a { background-color: #802F09; }

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

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

border-color css

<style>
 span { border-color: #802F09; }

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

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