Html Css Color HEX #953604 Saddle Brown

📋 copy color: '#953604'

red 149 ◦ green 54 ◦ blue 4

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

Shades of Saddle Brown #953604

Tints of Saddle Brown #953604

RGB

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

 GREEN value IS 54 (21.48% from 255) = 26.09%

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

R = 71.98%
G = 26.09%
B = 1.93%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#953604 (or 0x953604) is known color: Saddle Brown. HEX triplet: 95, 36 and 04. RGB value is (149,54,4). Sum of RGB (Red+Green+Blue) = 149+54+4=207 (27% of max value = 765). Red value is 149 (58.59% from 255 or 71.98% from 207); Green value is 54 (21.48% from 255 or 26.09% from 207); Blue value is 4 (1.95% from 255 or 1.93% from 207); Max value from RGB is 149 - color contains mainly: red. Hex color #953604 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953604 is #6AC9FB. Grayscale: #4D4D4D. Windows color (decimal): -6998524 or 276117. OLE color: 276117.

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

Color convert

RGB 149 54 4 -
CMYK 0 0.64 0.97 0.42
HSL 20.69º 0.95% 0.3% -
HSV(B) 20.69º 0.97% 0.58% -
XYZ 13.74 9.04 1.14 -
YUV 76.71 86.97 179.57 -
System Red Green Blue C M Y K H S L
Decimal 149 54 4 0 0.64 0.97 0.42 20.69 0.95 0.3
Hex 95 36 4 0 40 61 2A 15 5F 1E
Octal 225 66 4 0 100 141 52 25 137 36
Binary 10010101 110110 100 0 1000000 1100001 101010 10101 1011111 11110

Color Harmonies of #953604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953604

Black with #953604

Text Example


Text Example

White with #953604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953604; }

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

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

background-color css

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

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

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

border-color css

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

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

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