Html Css Color HEX #954111 Saddle Brown

📋 copy color: '#954111'

red 149 ◦ green 65 ◦ blue 17

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

Shades of Saddle Brown #954111

Tints of Saddle Brown #954111

RGB

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

 GREEN value IS 65 (25.78% from 255) = 28.14%

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

R = 64.5%
G = 28.14%
B = 7.36%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#954111 (or 0x954111) is known color: Saddle Brown. HEX triplet: 95, 41 and 11. RGB value is (149,65,17). Sum of RGB (Red+Green+Blue) = 149+65+17=231 (30% of max value = 765). Red value is 149 (58.59% from 255 or 64.50% from 231); Green value is 65 (25.78% from 255 or 28.14% from 231); Blue value is 17 (7.03% from 255 or 7.36% from 231); Max value from RGB is 149 - color contains mainly: red. Hex color #954111 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954111 is #6ABEEE. Grayscale: #545454. Windows color (decimal): -6995695 or 1130901. OLE color: 1130901.

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

Color convert

RGB 149 65 17 -
CMYK 0 0.56 0.89 0.42
HSL 21.82º 0.8% 0.33% -
HSV(B) 21.82º 0.89% 0.58% -
XYZ 14.39 10.21 1.74 -
YUV 84.64 89.83 173.9 -
System Red Green Blue C M Y K H S L
Decimal 149 65 17 0 0.56 0.89 0.42 21.82 0.8 0.33
Hex 95 41 11 0 38 59 2A 16 50 21
Octal 225 101 21 0 70 131 52 26 120 41
Binary 10010101 1000001 10001 0 111000 1011001 101010 10110 1010000 100001

Color Harmonies of #954111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954111

Black with #954111

Text Example


Text Example

White with #954111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954111; }

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

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

background-color css

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

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

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

border-color css

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

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

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