Html Css Color HEX #954011 Saddle Brown

📋 copy color: '#954011'

red 149 ◦ green 64 ◦ blue 17

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

Shades of Saddle Brown #954011

Tints of Saddle Brown #954011

RGB

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

 GREEN value IS 64 (25.39% from 255) = 27.83%

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

R = 64.78%
G = 27.83%
B = 7.39%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#954011 (or 0x954011) is known color: Saddle Brown. HEX triplet: 95, 40 and 11. RGB value is (149,64,17). Sum of RGB (Red+Green+Blue) = 149+64+17=230 (30% of max value = 765). Red value is 149 (58.59% from 255 or 64.78% from 230); Green value is 64 (25.39% from 255 or 27.83% from 230); Blue value is 17 (7.03% from 255 or 7.39% from 230); Max value from RGB is 149 - color contains mainly: red. Hex color #954011 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954011 is #6ABFEE. Grayscale: #545454. Windows color (decimal): -6995951 or 1130645. OLE color: 1130645.

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

Color convert

RGB 149 64 17 -
CMYK 0 0.57 0.89 0.42
HSL 21.36º 0.8% 0.33% -
HSV(B) 21.36º 0.89% 0.58% -
XYZ 14.33 10.1 1.72 -
YUV 84.06 90.16 174.32 -
System Red Green Blue C M Y K H S L
Decimal 149 64 17 0 0.57 0.89 0.42 21.36 0.8 0.33
Hex 95 40 11 0 39 59 2A 15 50 21
Octal 225 100 21 0 71 131 52 25 120 41
Binary 10010101 1000000 10001 0 111001 1011001 101010 10101 1010000 100001

Color Harmonies of #954011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954011

Black with #954011

Text Example


Text Example

White with #954011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954011; }

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

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

background-color css

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

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

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

border-color css

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

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

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