Html Css Color HEX #803B0C Saddle Brown

📋 copy color: '#803B0C'

red 128 ◦ green 59 ◦ blue 12

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

Shades of Saddle Brown #803B0C

Tints of Saddle Brown #803B0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 6.03%

R = 64.32%
G = 29.65%
B = 6.03%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.91

 K value IS 0.50

RGB Variations

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

Color information

#803B0C (or 0x803B0C) is known color: Saddle Brown. HEX triplet: 80, 3B and 0C. RGB value is (128,59,12). Sum of RGB (Red+Green+Blue) = 128+59+12=199 (26% of max value = 765). Red value is 128 (50.39% from 255 or 64.32% from 199); Green value is 59 (23.44% from 255 or 29.65% from 199); Blue value is 12 (5.08% from 255 or 6.03% from 199); Max value from RGB is 128 - color contains mainly: red. Hex color #803B0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #803B0C is #7FC4F3. Grayscale: #4A4A4A. Windows color (decimal): -8373492 or 801664. OLE color: 801664.

HSL color Cylindrical-coordinate representation of color #803B0C: hue angle of 24.31º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #803B0C is Cyan = 0, Magento = 0.54, Yellow = 0.91 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 59 12 -
CMYK 0 0.54 0.91 0.50
HSL 24.31º 0.83% 0.27% -
HSV(B) 24.31º 0.91% 0.5% -
XYZ 10.53 7.74 1.29 -
YUV 74.27 92.86 166.32 -
System Red Green Blue C M Y K H S L
Decimal 128 59 12 0 0.54 0.91 0.50 24.31 0.83 0.27
Hex 80 3B C 0 36 5B 32 18 53 1B
Octal 200 73 14 0 66 133 62 30 123 33
Binary 10000000 111011 1100 0 110110 1011011 110010 11000 1010011 11011

Color Harmonies of #803B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803B0C

Black with #803B0C

Text Example


Text Example

White with #803B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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