Html Css Color HEX #803D10 Saddle Brown

📋 copy color: '#803D10'

red 128 ◦ green 61 ◦ blue 16

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

Shades of Saddle Brown #803D10

Tints of Saddle Brown #803D10

RGB

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

 GREEN value IS 61 (24.22% from 255) = 29.76%

 BLUE value IS 16 (6.64% from 255) = 7.8%

R = 62.44%
G = 29.76%
B = 7.8%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.88

 K value IS 0.50

RGB Variations

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

Color information

#803D10 (or 0x803D10) is known color: Saddle Brown. HEX triplet: 80, 3D and 10. RGB value is (128,61,16). Sum of RGB (Red+Green+Blue) = 128+61+16=205 (27% of max value = 765). Red value is 128 (50.39% from 255 or 62.44% from 205); Green value is 61 (24.22% from 255 or 29.76% from 205); Blue value is 16 (6.64% from 255 or 7.80% from 205); Max value from RGB is 128 - color contains mainly: red. Hex color #803D10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #803D10 is #7FC2EF. Grayscale: #4C4C4C. Windows color (decimal): -8372976 or 1064320. OLE color: 1064320.

HSL color Cylindrical-coordinate representation of color #803D10: hue angle of 24.11º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #803D10 is Cyan = 0, Magento = 0.52, Yellow = 0.88 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 61 16 -
CMYK 0 0.52 0.88 0.50
HSL 24.11º 0.78% 0.28% -
HSV(B) 24.11º 0.88% 0.5% -
XYZ 10.66 7.96 1.47 -
YUV 75.9 94.2 165.16 -
System Red Green Blue C M Y K H S L
Decimal 128 61 16 0 0.52 0.88 0.50 24.11 0.78 0.28
Hex 80 3D 10 0 34 58 32 18 4E 1C
Octal 200 75 20 0 64 130 62 30 116 34
Binary 10000000 111101 10000 0 110100 1011000 110010 11000 1001110 11100

Color Harmonies of #803D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803D10

Black with #803D10

Text Example


Text Example

White with #803D10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,61,16); }

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

background-color css

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

 a { background-color: rgb(128,61,16); }

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

border-color css

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

 span { border-color: rgb(128,61,16); }

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