Html Css Color HEX #953C11 Saddle Brown

📋 copy color: '#953C11'

red 149 ◦ green 60 ◦ blue 17

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

Shades of Saddle Brown #953C11

Tints of Saddle Brown #953C11

RGB

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

 GREEN value IS 60 (23.83% from 255) = 26.55%

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

R = 65.93%
G = 26.55%
B = 7.52%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#953C11 (or 0x953C11) is known color: Saddle Brown. HEX triplet: 95, 3C and 11. RGB value is (149,60,17). Sum of RGB (Red+Green+Blue) = 149+60+17=226 (29% of max value = 765). Red value is 149 (58.59% from 255 or 65.93% from 226); Green value is 60 (23.83% from 255 or 26.55% from 226); Blue value is 17 (7.03% from 255 or 7.52% from 226); Max value from RGB is 149 - color contains mainly: red. Hex color #953C11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953C11 is #6AC3EE. Grayscale: #515151. Windows color (decimal): -6996975 or 1129621. OLE color: 1129621.

HSL color Cylindrical-coordinate representation of color #953C11: hue angle of 19.55º 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 #953C11 is Cyan = 0, Magento = 0.60, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 60 17 -
CMYK 0 0.60 0.89 0.42
HSL 19.55º 0.8% 0.33% -
HSV(B) 19.55º 0.89% 0.58% -
XYZ 14.11 9.66 1.65 -
YUV 81.71 91.49 176 -
System Red Green Blue C M Y K H S L
Decimal 149 60 17 0 0.60 0.89 0.42 19.55 0.8 0.33
Hex 95 3C 11 0 3C 59 2A 14 50 21
Octal 225 74 21 0 74 131 52 24 120 41
Binary 10010101 111100 10001 0 111100 1011001 101010 10100 1010000 100001

Color Harmonies of #953C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953C11

Black with #953C11

Text Example


Text Example

White with #953C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953C11; }

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

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

background-color css

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

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

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

border-color css

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

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

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