Html Css Color HEX #953304 Saddle Brown

📋 copy color: '#953304'

red 149 ◦ green 51 ◦ blue 4

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

Shades of Saddle Brown #953304

Tints of Saddle Brown #953304

RGB

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

 GREEN value IS 51 (20.31% from 255) = 25%

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

R = 73.04%
G = 25%
B = 1.96%

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

#953304 (or 0x953304) is known color: Saddle Brown. HEX triplet: 95, 33 and 04. RGB value is (149,51,4). Sum of RGB (Red+Green+Blue) = 149+51+4=204 (27% of max value = 765). Red value is 149 (58.59% from 255 or 73.04% from 204); Green value is 51 (20.31% from 255 or 25% from 204); Blue value is 4 (1.95% from 255 or 1.96% from 204); Max value from RGB is 149 - color contains mainly: red. Hex color #953304 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953304 is #6ACCFB. Grayscale: #4B4B4B. Windows color (decimal): -6999292 or 275349. OLE color: 275349.

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

Color convert

RGB 149 51 4 -
CMYK 0 0.66 0.97 0.42
HSL 19.45º 0.95% 0.3% -
HSV(B) 19.45º 0.97% 0.58% -
XYZ 13.6 8.77 1.09 -
YUV 74.94 87.97 180.82 -
System Red Green Blue C M Y K H S L
Decimal 149 51 4 0 0.66 0.97 0.42 19.45 0.95 0.3
Hex 95 33 4 0 42 61 2A 13 5F 1E
Octal 225 63 4 0 102 141 52 23 137 36
Binary 10010101 110011 100 0 1000010 1100001 101010 10011 1011111 11110

Color Harmonies of #953304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953304

Black with #953304

Text Example


Text Example

White with #953304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953304; }

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

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

background-color css

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

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

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

border-color css

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

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

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