Html Css Color HEX #954203 Saddle Brown

📋 copy color: '#954203'

red 149 ◦ green 66 ◦ blue 3

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

Shades of Saddle Brown #954203

Tints of Saddle Brown #954203

RGB

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

 GREEN value IS 66 (26.17% from 255) = 30.28%

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

R = 68.35%
G = 30.28%
B = 1.38%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.98

 K value IS 0.42

RGB Variations

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

Color information

#954203 (or 0x954203) is known color: Saddle Brown. HEX triplet: 95, 42 and 03. RGB value is (149,66,3). Sum of RGB (Red+Green+Blue) = 149+66+3=218 (28% of max value = 765). Red value is 149 (58.59% from 255 or 68.35% from 218); Green value is 66 (26.17% from 255 or 30.28% from 218); Blue value is 3 (1.56% from 255 or 1.38% from 218); Max value from RGB is 149 - color contains mainly: red. Hex color #954203 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954203 is #6ABDFC. Grayscale: #535353. Windows color (decimal): -6995453 or 213653. OLE color: 213653.

HSL color Cylindrical-coordinate representation of color #954203: hue angle of 25.89º 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 #954203 is Cyan = 0, Magento = 0.56, Yellow = 0.98 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 66 3 -
CMYK 0 0.56 0.98 0.42
HSL 25.89º 0.96% 0.3% -
HSV(B) 25.89º 0.98% 0.58% -
XYZ 14.36 10.29 1.32 -
YUV 83.64 82.5 174.62 -
System Red Green Blue C M Y K H S L
Decimal 149 66 3 0 0.56 0.98 0.42 25.89 0.96 0.3
Hex 95 42 3 0 38 62 2A 1A 60 1E
Octal 225 102 3 0 70 142 52 32 140 36
Binary 10010101 1000010 11 0 111000 1100010 101010 11010 1100000 11110

Color Harmonies of #954203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954203

Black with #954203

Text Example


Text Example

White with #954203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954203; }

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

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

background-color css

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

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

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

border-color css

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

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

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