Html Css Color HEX #954416 Saddle Brown

📋 copy color: '#954416'

red 149 ◦ green 68 ◦ blue 22

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

Shades of Saddle Brown #954416

Tints of Saddle Brown #954416

RGB

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

 GREEN value IS 68 (26.95% from 255) = 28.45%

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

R = 62.34%
G = 28.45%
B = 9.21%

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

#954416 (or 0x954416) is known color: Saddle Brown. HEX triplet: 95, 44 and 16. RGB value is (149,68,22). Sum of RGB (Red+Green+Blue) = 149+68+22=239 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.34% from 239); Green value is 68 (26.95% from 255 or 28.45% from 239); Blue value is 22 (8.98% from 255 or 9.21% from 239); Max value from RGB is 149 - color contains mainly: red. Hex color #954416 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954416 is #6ABBE9. Grayscale: #575757. Windows color (decimal): -6994922 or 1459349. OLE color: 1459349.

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

Color convert

RGB 149 68 22 -
CMYK 0 0.54 0.85 0.42
HSL 21.73º 0.74% 0.34% -
HSV(B) 21.73º 0.85% 0.58% -
XYZ 14.61 10.58 2.03 -
YUV 86.98 91.34 172.24 -
System Red Green Blue C M Y K H S L
Decimal 149 68 22 0 0.54 0.85 0.42 21.73 0.74 0.34
Hex 95 44 16 0 36 55 2A 16 4A 22
Octal 225 104 26 0 66 125 52 26 112 42
Binary 10010101 1000100 10110 0 110110 1010101 101010 10110 1001010 100010

Color Harmonies of #954416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954416

Black with #954416

Text Example


Text Example

White with #954416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954416; }

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

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

background-color css

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

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

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

border-color css

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

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

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