Html Css Color HEX #953602 Saddle Brown

📋 copy color: '#953602'

red 149 ◦ green 54 ◦ blue 2

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

Shades of Saddle Brown #953602

Tints of Saddle Brown #953602

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.98%

R = 72.68%
G = 26.34%
B = 0.98%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#953602 (or 0x953602) is known color: Saddle Brown. HEX triplet: 95, 36 and 02. RGB value is (149,54,2). Sum of RGB (Red+Green+Blue) = 149+54+2=205 (27% of max value = 765). Red value is 149 (58.59% from 255 or 72.68% from 205); Green value is 54 (21.48% from 255 or 26.34% from 205); Blue value is 2 (1.17% from 255 or 0.98% from 205); Max value from RGB is 149 - color contains mainly: red. Hex color #953602 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953602 is #6AC9FD. Grayscale: #4C4C4C. Windows color (decimal): -6998526 or 145045. OLE color: 145045.

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

Color convert

RGB 149 54 2 -
CMYK 0 0.64 0.99 0.42
HSL 21.22º 0.97% 0.3% -
HSV(B) 21.22º 0.99% 0.58% -
XYZ 13.72 9.03 1.08 -
YUV 76.48 85.97 179.73 -
System Red Green Blue C M Y K H S L
Decimal 149 54 2 0 0.64 0.99 0.42 21.22 0.97 0.3
Hex 95 36 2 0 40 63 2A 15 61 1E
Octal 225 66 2 0 100 143 52 25 141 36
Binary 10010101 110110 10 0 1000000 1100011 101010 10101 1100001 11110

Color Harmonies of #953602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953602

Black with #953602

Text Example


Text Example

White with #953602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953602; }

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

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

background-color css

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

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

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

border-color css

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

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

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