Html Css Color HEX #953611 Saddle Brown

📋 copy color: '#953611'

red 149 ◦ green 54 ◦ blue 17

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

Shades of Saddle Brown #953611

Tints of Saddle Brown #953611

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 7.73%

R = 67.73%
G = 24.55%
B = 7.73%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#953611 (or 0x953611) is known color: Saddle Brown. HEX triplet: 95, 36 and 11. RGB value is (149,54,17). Sum of RGB (Red+Green+Blue) = 149+54+17=220 (29% of max value = 765). Red value is 149 (58.59% from 255 or 67.73% from 220); Green value is 54 (21.48% from 255 or 24.55% from 220); Blue value is 17 (7.03% from 255 or 7.73% from 220); Max value from RGB is 149 - color contains mainly: red. Hex color #953611 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953611 is #6AC9EE. Grayscale: #4E4E4E. Windows color (decimal): -6998511 or 1128085. OLE color: 1128085.

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

Color convert

RGB 149 54 17 -
CMYK 0 0.64 0.89 0.42
HSL 16.82º 0.8% 0.33% -
HSV(B) 16.82º 0.89% 0.58% -
XYZ 13.81 9.07 1.55 -
YUV 78.19 93.47 178.51 -
System Red Green Blue C M Y K H S L
Decimal 149 54 17 0 0.64 0.89 0.42 16.82 0.8 0.33
Hex 95 36 11 0 40 59 2A 11 50 21
Octal 225 66 21 0 100 131 52 21 120 41
Binary 10010101 110110 10001 0 1000000 1011001 101010 10001 1010000 100001

Color Harmonies of #953611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953611

Black with #953611

Text Example


Text Example

White with #953611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953611; }

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

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

background-color css

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

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

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

border-color css

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

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

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