Html Css Color HEX #953803 Saddle Brown

📋 copy color: '#953803'

red 149 ◦ green 56 ◦ blue 3

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

Shades of Saddle Brown #953803

Tints of Saddle Brown #953803

RGB

 RED value IS 149 (58.59% from 255) = 71.63%

 GREEN value IS 56 (22.27% from 255) = 26.92%

 BLUE value IS 3 (1.56% from 255) = 1.44%

R = 71.63%
G = 26.92%
B = 1.44%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.98

 K value IS 0.42

RGB Variations

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

Color information

#953803 (or 0x953803) is known color: Saddle Brown. HEX triplet: 95, 38 and 03. RGB value is (149,56,3). Sum of RGB (Red+Green+Blue) = 149+56+3=208 (27% of max value = 765). Red value is 149 (58.59% from 255 or 71.63% from 208); Green value is 56 (22.27% from 255 or 26.92% from 208); Blue value is 3 (1.56% from 255 or 1.44% from 208); Max value from RGB is 149 - color contains mainly: red. Hex color #953803 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953803 is #6AC7FC. Grayscale: #4E4E4E. Windows color (decimal): -6998013 or 211093. OLE color: 211093.

HSL color Cylindrical-coordinate representation of color #953803: hue angle of 21.78º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #953803 is Cyan = 0, Magento = 0.62, Yellow = 0.98 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 56 3 -
CMYK 0 0.62 0.98 0.42
HSL 21.78º 0.96% 0.3% -
HSV(B) 21.78º 0.98% 0.58% -
XYZ 13.83 9.22 1.14 -
YUV 77.77 85.81 178.81 -
System Red Green Blue C M Y K H S L
Decimal 149 56 3 0 0.62 0.98 0.42 21.78 0.96 0.3
Hex 95 38 3 0 3E 62 2A 16 60 1E
Octal 225 70 3 0 76 142 52 26 140 36
Binary 10010101 111000 11 0 111110 1100010 101010 10110 1100000 11110

Color Harmonies of #953803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953803

Black with #953803

Text Example


Text Example

White with #953803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953803; }

 p { color: rgb(149,56,3); }

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

background-color css

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

 a { background-color: rgb(149,56,3); }

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

border-color css

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

 span { border-color: rgb(149,56,3); }

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