Html Css Color HEX #954C11 Saddle Brown

📋 copy color: '#954C11'

red 149 ◦ green 76 ◦ blue 17

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

Shades of Saddle Brown #954C11

Tints of Saddle Brown #954C11

RGB

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

 GREEN value IS 76 (30.08% from 255) = 31.4%

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

R = 61.57%
G = 31.4%
B = 7.02%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#954C11 (or 0x954C11) is known color: Saddle Brown. HEX triplet: 95, 4C and 11. RGB value is (149,76,17). Sum of RGB (Red+Green+Blue) = 149+76+17=242 (32% of max value = 765). Red value is 149 (58.59% from 255 or 61.57% from 242); Green value is 76 (30.08% from 255 or 31.40% from 242); Blue value is 17 (7.03% from 255 or 7.02% from 242); Max value from RGB is 149 - color contains mainly: red. Hex color #954C11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954C11 is #6AB3EE. Grayscale: #5B5B5B. Windows color (decimal): -6992879 or 1133717. OLE color: 1133717.

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

Color convert

RGB 149 76 17 -
CMYK 0 0.49 0.89 0.42
HSL 26.82º 0.8% 0.33% -
HSV(B) 26.82º 0.89% 0.58% -
XYZ 15.08 11.6 1.97 -
YUV 91.1 86.18 169.3 -
System Red Green Blue C M Y K H S L
Decimal 149 76 17 0 0.49 0.89 0.42 26.82 0.8 0.33
Hex 95 4C 11 0 31 59 2A 1B 50 21
Octal 225 114 21 0 61 131 52 33 120 41
Binary 10010101 1001100 10001 0 110001 1011001 101010 11011 1010000 100001

Color Harmonies of #954C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954C11

Black with #954C11

Text Example


Text Example

White with #954C11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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