Html Css Color HEX #954516 Saddle Brown

📋 copy color: '#954516'

red 149 ◦ green 69 ◦ blue 22

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

Shades of Saddle Brown #954516

Tints of Saddle Brown #954516

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 9.17%

R = 62.08%
G = 28.75%
B = 9.17%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#954516 (or 0x954516) is known color: Saddle Brown. HEX triplet: 95, 45 and 16. RGB value is (149,69,22). Sum of RGB (Red+Green+Blue) = 149+69+22=240 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.08% from 240); Green value is 69 (27.34% from 255 or 28.75% from 240); Blue value is 22 (8.98% from 255 or 9.17% from 240); Max value from RGB is 149 - color contains mainly: red. Hex color #954516 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954516 is #6ABAE9. Grayscale: #575757. Windows color (decimal): -6994666 or 1459605. OLE color: 1459605.

HSL color Cylindrical-coordinate representation of color #954516: hue angle of 22.2º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #954516 is Cyan = 0, Magento = 0.54, Yellow = 0.85 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 69 22 -
CMYK 0 0.54 0.85 0.42
HSL 22.2º 0.74% 0.34% -
HSV(B) 22.2º 0.85% 0.58% -
XYZ 14.67 10.7 2.05 -
YUV 87.56 91 171.82 -
System Red Green Blue C M Y K H S L
Decimal 149 69 22 0 0.54 0.85 0.42 22.2 0.74 0.34
Hex 95 45 16 0 36 55 2A 16 4A 22
Octal 225 105 26 0 66 125 52 26 112 42
Binary 10010101 1000101 10110 0 110110 1010101 101010 10110 1001010 100010

Color Harmonies of #954516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954516

Black with #954516

Text Example


Text Example

White with #954516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954516; }

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

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

background-color css

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

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

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

border-color css

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

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

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