Html Css Color HEX #802B08 Saddle Brown

📋 copy color: '#802B08'

red 128 ◦ green 43 ◦ blue 8

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

Shades of Saddle Brown #802B08

Tints of Saddle Brown #802B08

RGB

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

 GREEN value IS 43 (17.19% from 255) = 24.02%

 BLUE value IS 8 (3.52% from 255) = 4.47%

R = 71.51%
G = 24.02%
B = 4.47%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.94

 K value IS 0.50

RGB Variations

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

Color information

#802B08 (or 0x802B08) is known color: Saddle Brown. HEX triplet: 80, 2B and 08. RGB value is (128,43,8). Sum of RGB (Red+Green+Blue) = 128+43+8=179 (23% of max value = 765). Red value is 128 (50.39% from 255 or 71.51% from 179); Green value is 43 (17.19% from 255 or 24.02% from 179); Blue value is 8 (3.52% from 255 or 4.47% from 179); Max value from RGB is 128 - color contains mainly: red. Hex color #802B08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802B08 is #7FD4F7. Grayscale: #404040. Windows color (decimal): -8377592 or 535424. OLE color: 535424.

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

Color convert

RGB 128 43 8 -
CMYK 0 0.66 0.94 0.50
HSL 17.5º 0.88% 0.27% -
HSV(B) 17.5º 0.94% 0.5% -
XYZ 9.81 6.33 0.94 -
YUV 64.43 96.16 173.35 -
System Red Green Blue C M Y K H S L
Decimal 128 43 8 0 0.66 0.94 0.50 17.5 0.88 0.27
Hex 80 2B 8 0 42 5E 32 12 58 1B
Octal 200 53 10 0 102 136 62 22 130 33
Binary 10000000 101011 1000 0 1000010 1011110 110010 10010 1011000 11011

Color Harmonies of #802B08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802B08

Black with #802B08

Text Example


Text Example

White with #802B08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,43,8); }

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

background-color css

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

 a { background-color: rgb(128,43,8); }

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

border-color css

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

 span { border-color: rgb(128,43,8); }

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