Html Css Color HEX #954510 Saddle Brown

📋 copy color: '#954510'

red 149 ◦ green 69 ◦ blue 16

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

Shades of Saddle Brown #954510

Tints of Saddle Brown #954510

RGB

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

 GREEN value IS 69 (27.34% from 255) = 29.49%

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

R = 63.68%
G = 29.49%
B = 6.84%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#954510 (or 0x954510) is known color: Saddle Brown. HEX triplet: 95, 45 and 10. RGB value is (149,69,16). Sum of RGB (Red+Green+Blue) = 149+69+16=234 (30% of max value = 765). Red value is 149 (58.59% from 255 or 63.68% from 234); Green value is 69 (27.34% from 255 or 29.49% from 234); Blue value is 16 (6.64% from 255 or 6.84% from 234); Max value from RGB is 149 - color contains mainly: red. Hex color #954510 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954510 is #6ABAEF. Grayscale: #575757. Windows color (decimal): -6994672 or 1066389. OLE color: 1066389.

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

Color convert

RGB 149 69 16 -
CMYK 0 0.54 0.89 0.42
HSL 23.91º 0.81% 0.32% -
HSV(B) 23.91º 0.89% 0.58% -
XYZ 14.62 10.68 1.78 -
YUV 86.88 88 172.31 -
System Red Green Blue C M Y K H S L
Decimal 149 69 16 0 0.54 0.89 0.42 23.91 0.81 0.32
Hex 95 45 10 0 36 59 2A 18 51 20
Octal 225 105 20 0 66 131 52 30 121 40
Binary 10010101 1000101 10000 0 110110 1011001 101010 11000 1010001 100000

Color Harmonies of #954510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954510

Black with #954510

Text Example


Text Example

White with #954510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954510; }

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

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

background-color css

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

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

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

border-color css

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

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

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