Html Css Color HEX #953204 Saddle Brown

📋 copy color: '#953204'

red 149 ◦ green 50 ◦ blue 4

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

Shades of Saddle Brown #953204

Tints of Saddle Brown #953204

RGB

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

 GREEN value IS 50 (19.92% from 255) = 24.63%

 BLUE value IS 4 (1.95% from 255) = 1.97%

R = 73.4%
G = 24.63%
B = 1.97%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#953204 (or 0x953204) is known color: Saddle Brown. HEX triplet: 95, 32 and 04. RGB value is (149,50,4). Sum of RGB (Red+Green+Blue) = 149+50+4=203 (26% of max value = 765). Red value is 149 (58.59% from 255 or 73.40% from 203); Green value is 50 (19.92% from 255 or 24.63% from 203); Blue value is 4 (1.95% from 255 or 1.97% from 203); Max value from RGB is 149 - color contains mainly: red. Hex color #953204 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953204 is #6ACDFB. Grayscale: #4A4A4A. Windows color (decimal): -6999548 or 275093. OLE color: 275093.

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

Color convert

RGB 149 50 4 -
CMYK 0 0.66 0.97 0.42
HSL 19.03º 0.95% 0.3% -
HSV(B) 19.03º 0.97% 0.58% -
XYZ 13.56 8.68 1.08 -
YUV 74.36 88.3 181.24 -
System Red Green Blue C M Y K H S L
Decimal 149 50 4 0 0.66 0.97 0.42 19.03 0.95 0.3
Hex 95 32 4 0 42 61 2A 13 5F 1E
Octal 225 62 4 0 102 141 52 23 137 36
Binary 10010101 110010 100 0 1000010 1100001 101010 10011 1011111 11110

Color Harmonies of #953204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953204

Black with #953204

Text Example


Text Example

White with #953204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953204; }

 p { color: rgb(149,50,4); }

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

background-color css

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

 a { background-color: rgb(149,50,4); }

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

border-color css

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

 span { border-color: rgb(149,50,4); }

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