Html Css Color HEX #954A11 Saddle Brown

📋 copy color: '#954A11'

red 149 ◦ green 74 ◦ blue 17

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

Shades of Saddle Brown #954A11

Tints of Saddle Brown #954A11

RGB

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

 GREEN value IS 74 (29.3% from 255) = 30.83%

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

R = 62.08%
G = 30.83%
B = 7.08%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#954A11 (or 0x954A11) is known color: Saddle Brown. HEX triplet: 95, 4A and 11. RGB value is (149,74,17). Sum of RGB (Red+Green+Blue) = 149+74+17=240 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.08% from 240); Green value is 74 (29.30% from 255 or 30.83% from 240); Blue value is 17 (7.03% from 255 or 7.08% from 240); Max value from RGB is 149 - color contains mainly: red. Hex color #954A11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954A11 is #6AB5EE. Grayscale: #5A5A5A. Windows color (decimal): -6993391 or 1133205. OLE color: 1133205.

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

Color convert

RGB 149 74 17 -
CMYK 0 0.50 0.89 0.42
HSL 25.91º 0.8% 0.33% -
HSV(B) 25.91º 0.89% 0.58% -
XYZ 14.94 11.33 1.93 -
YUV 89.93 86.85 170.13 -
System Red Green Blue C M Y K H S L
Decimal 149 74 17 0 0.50 0.89 0.42 25.91 0.8 0.33
Hex 95 4A 11 0 32 59 2A 1A 50 21
Octal 225 112 21 0 62 131 52 32 120 41
Binary 10010101 1001010 10001 0 110010 1011001 101010 11010 1010000 100001

Color Harmonies of #954A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954A11

Black with #954A11

Text Example


Text Example

White with #954A11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954A11; }

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

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

background-color css

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

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

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

border-color css

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

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

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