Html Css Color HEX #954716 Saddle Brown

📋 copy color: '#954716'

red 149 ◦ green 71 ◦ blue 22

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

Shades of Saddle Brown #954716

Tints of Saddle Brown #954716

RGB

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

 GREEN value IS 71 (28.13% from 255) = 29.34%

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

R = 61.57%
G = 29.34%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#954716 (or 0x954716) is known color: Saddle Brown. HEX triplet: 95, 47 and 16. RGB value is (149,71,22). Sum of RGB (Red+Green+Blue) = 149+71+22=242 (32% of max value = 765). Red value is 149 (58.59% from 255 or 61.57% from 242); Green value is 71 (28.12% from 255 or 29.34% from 242); Blue value is 22 (8.98% from 255 or 9.09% from 242); Max value from RGB is 149 - color contains mainly: red. Hex color #954716 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954716 is #6AB8E9. Grayscale: #595959. Windows color (decimal): -6994154 or 1460117. OLE color: 1460117.

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

Color convert

RGB 149 71 22 -
CMYK 0 0.52 0.85 0.42
HSL 23.15º 0.74% 0.34% -
HSV(B) 23.15º 0.85% 0.58% -
XYZ 14.79 10.95 2.09 -
YUV 88.74 90.34 170.98 -
System Red Green Blue C M Y K H S L
Decimal 149 71 22 0 0.52 0.85 0.42 23.15 0.74 0.34
Hex 95 47 16 0 34 55 2A 17 4A 22
Octal 225 107 26 0 64 125 52 27 112 42
Binary 10010101 1000111 10110 0 110100 1010101 101010 10111 1001010 100010

Color Harmonies of #954716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954716

Black with #954716

Text Example


Text Example

White with #954716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954716; }

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

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

background-color css

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

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

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

border-color css

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

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

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