Html Css Color HEX #803B08 Saddle Brown

📋 copy color: '#803B08'

red 128 ◦ green 59 ◦ blue 8

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

Shades of Saddle Brown #803B08

Tints of Saddle Brown #803B08

RGB

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

 GREEN value IS 59 (23.44% from 255) = 30.26%

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

R = 65.64%
G = 30.26%
B = 4.1%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.94

 K value IS 0.50

RGB Variations

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

Color information

#803B08 (or 0x803B08) is known color: Saddle Brown. HEX triplet: 80, 3B and 08. RGB value is (128,59,8). Sum of RGB (Red+Green+Blue) = 128+59+8=195 (25% of max value = 765). Red value is 128 (50.39% from 255 or 65.64% from 195); Green value is 59 (23.44% from 255 or 30.26% from 195); Blue value is 8 (3.52% from 255 or 4.10% from 195); Max value from RGB is 128 - color contains mainly: red. Hex color #803B08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #803B08 is #7FC4F7. Grayscale: #4A4A4A. Windows color (decimal): -8373496 or 539520. OLE color: 539520.

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

Color convert

RGB 128 59 8 -
CMYK 0 0.54 0.94 0.50
HSL 25.5º 0.88% 0.27% -
HSV(B) 25.5º 0.94% 0.5% -
XYZ 10.51 7.73 1.17 -
YUV 73.82 90.86 166.65 -
System Red Green Blue C M Y K H S L
Decimal 128 59 8 0 0.54 0.94 0.50 25.5 0.88 0.27
Hex 80 3B 8 0 36 5E 32 1A 58 1B
Octal 200 73 10 0 66 136 62 32 130 33
Binary 10000000 111011 1000 0 110110 1011110 110010 11010 1011000 11011

Color Harmonies of #803B08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803B08

Black with #803B08

Text Example


Text Example

White with #803B08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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