Html Css Color HEX #954110 Saddle Brown

📋 copy color: '#954110'

red 149 ◦ green 65 ◦ blue 16

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

Shades of Saddle Brown #954110

Tints of Saddle Brown #954110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.96%

R = 64.78%
G = 28.26%
B = 6.96%

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

#954110 (or 0x954110) is known color: Saddle Brown. HEX triplet: 95, 41 and 10. RGB value is (149,65,16). Sum of RGB (Red+Green+Blue) = 149+65+16=230 (30% of max value = 765). Red value is 149 (58.59% from 255 or 64.78% from 230); Green value is 65 (25.78% from 255 or 28.26% from 230); Blue value is 16 (6.64% from 255 or 6.96% from 230); Max value from RGB is 149 - color contains mainly: red. Hex color #954110 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954110 is #6ABEEF. Grayscale: #545454. Windows color (decimal): -6995696 or 1065365. OLE color: 1065365.

HSL color Cylindrical-coordinate representation of color #954110: hue angle of 22.11º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #954110 is Cyan = 0, Magento = 0.56, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 65 16 -
CMYK 0 0.56 0.89 0.42
HSL 22.11º 0.81% 0.32% -
HSV(B) 22.11º 0.89% 0.58% -
XYZ 14.38 10.21 1.7 -
YUV 84.53 89.33 173.98 -
System Red Green Blue C M Y K H S L
Decimal 149 65 16 0 0.56 0.89 0.42 22.11 0.81 0.32
Hex 95 41 10 0 38 59 2A 16 51 20
Octal 225 101 20 0 70 131 52 26 121 40
Binary 10010101 1000001 10000 0 111000 1011001 101010 10110 1010001 100000

Color Harmonies of #954110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954110

Black with #954110

Text Example


Text Example

White with #954110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954110; }

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

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

background-color css

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

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

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

border-color css

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

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

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