Html Css Color HEX #954810 Saddle Brown

📋 copy color: '#954810'

red 149 ◦ green 72 ◦ blue 16

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

Shades of Saddle Brown #954810

Tints of Saddle Brown #954810

RGB

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

 GREEN value IS 72 (28.52% from 255) = 30.38%

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

R = 62.87%
G = 30.38%
B = 6.75%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#954810 (or 0x954810) is known color: Saddle Brown. HEX triplet: 95, 48 and 10. RGB value is (149,72,16). Sum of RGB (Red+Green+Blue) = 149+72+16=237 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.87% from 237); Green value is 72 (28.52% from 255 or 30.38% from 237); Blue value is 16 (6.64% from 255 or 6.75% from 237); Max value from RGB is 149 - color contains mainly: red. Hex color #954810 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954810 is #6AB7EF. Grayscale: #585858. Windows color (decimal): -6993904 or 1067157. OLE color: 1067157.

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

Color convert

RGB 149 72 16 -
CMYK 0 0.52 0.89 0.42
HSL 25.26º 0.81% 0.32% -
HSV(B) 25.26º 0.89% 0.58% -
XYZ 14.81 11.06 1.85 -
YUV 88.64 87.01 171.05 -
System Red Green Blue C M Y K H S L
Decimal 149 72 16 0 0.52 0.89 0.42 25.26 0.81 0.32
Hex 95 48 10 0 34 59 2A 19 51 20
Octal 225 110 20 0 64 131 52 31 121 40
Binary 10010101 1001000 10000 0 110100 1011001 101010 11001 1010001 100000

Color Harmonies of #954810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954810

Black with #954810

Text Example


Text Example

White with #954810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954810; }

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

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

background-color css

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

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

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

border-color css

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

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

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