Html Css Color HEX #953504 Saddle Brown

📋 copy color: '#953504'

red 149 ◦ green 53 ◦ blue 4

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

Shades of Saddle Brown #953504

Tints of Saddle Brown #953504

RGB

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

 GREEN value IS 53 (21.09% from 255) = 25.73%

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

R = 72.33%
G = 25.73%
B = 1.94%

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

#953504 (or 0x953504) is known color: Saddle Brown. HEX triplet: 95, 35 and 04. RGB value is (149,53,4). Sum of RGB (Red+Green+Blue) = 149+53+4=206 (27% of max value = 765). Red value is 149 (58.59% from 255 or 72.33% from 206); Green value is 53 (21.09% from 255 or 25.73% from 206); Blue value is 4 (1.95% from 255 or 1.94% from 206); Max value from RGB is 149 - color contains mainly: red. Hex color #953504 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953504 is #6ACAFB. Grayscale: #4C4C4C. Windows color (decimal): -6998780 or 275861. OLE color: 275861.

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

Color convert

RGB 149 53 4 -
CMYK 0 0.64 0.97 0.42
HSL 20.28º 0.95% 0.3% -
HSV(B) 20.28º 0.97% 0.58% -
XYZ 13.69 8.94 1.12 -
YUV 76.12 87.3 179.98 -
System Red Green Blue C M Y K H S L
Decimal 149 53 4 0 0.64 0.97 0.42 20.28 0.95 0.3
Hex 95 35 4 0 40 61 2A 14 5F 1E
Octal 225 65 4 0 100 141 52 24 137 36
Binary 10010101 110101 100 0 1000000 1100001 101010 10100 1011111 11110

Color Harmonies of #953504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953504

Black with #953504

Text Example


Text Example

White with #953504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953504; }

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

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

background-color css

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

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

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

border-color css

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

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

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