Html Css Color HEX #803308 Saddle Brown

📋 copy color: '#803308'

red 128 ◦ green 51 ◦ blue 8

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

Shades of Saddle Brown #803308

Tints of Saddle Brown #803308

RGB

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

 GREEN value IS 51 (20.31% from 255) = 27.27%

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

R = 68.45%
G = 27.27%
B = 4.28%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.94

 K value IS 0.50

RGB Variations

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

Color information

#803308 (or 0x803308) is known color: Saddle Brown. HEX triplet: 80, 33 and 08. RGB value is (128,51,8). Sum of RGB (Red+Green+Blue) = 128+51+8=187 (24% of max value = 765). Red value is 128 (50.39% from 255 or 68.45% from 187); Green value is 51 (20.31% from 255 or 27.27% from 187); Blue value is 8 (3.52% from 255 or 4.28% from 187); Max value from RGB is 128 - color contains mainly: red. Hex color #803308 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #803308 is #7FCCF7. Grayscale: #454545. Windows color (decimal): -8375544 or 537472. OLE color: 537472.

HSL color Cylindrical-coordinate representation of color #803308: hue angle of 21.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 #803308 is Cyan = 0, Magento = 0.60, Yellow = 0.94 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 51 8 -
CMYK 0 0.60 0.94 0.50
HSL 21.5º 0.88% 0.27% -
HSV(B) 21.5º 0.94% 0.5% -
XYZ 10.13 6.97 1.04 -
YUV 69.12 93.51 170 -
System Red Green Blue C M Y K H S L
Decimal 128 51 8 0 0.60 0.94 0.50 21.5 0.88 0.27
Hex 80 33 8 0 3C 5E 32 16 58 1B
Octal 200 63 10 0 74 136 62 26 130 33
Binary 10000000 110011 1000 0 111100 1011110 110010 10110 1011000 11011

Color Harmonies of #803308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803308

Black with #803308

Text Example


Text Example

White with #803308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803308; }

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

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

background-color css

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

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

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

border-color css

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

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

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