Html Css Color HEX #954917 Saddle Brown

📋 copy color: '#954917'

red 149 ◦ green 73 ◦ blue 23

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

Shades of Saddle Brown #954917

Tints of Saddle Brown #954917

RGB

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

 GREEN value IS 73 (28.91% from 255) = 29.8%

 BLUE value IS 23 (9.38% from 255) = 9.39%

R = 60.82%
G = 29.8%
B = 9.39%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#954917 (or 0x954917) is known color: Saddle Brown. HEX triplet: 95, 49 and 17. RGB value is (149,73,23). Sum of RGB (Red+Green+Blue) = 149+73+23=245 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.82% from 245); Green value is 73 (28.91% from 255 or 29.80% from 245); Blue value is 23 (9.38% from 255 or 9.39% from 245); Max value from RGB is 149 - color contains mainly: red. Hex color #954917 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954917 is #6AB6E8. Grayscale: #5A5A5A. Windows color (decimal): -6993641 or 1526165. OLE color: 1526165.

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

Color convert

RGB 149 73 23 -
CMYK 0 0.51 0.85 0.42
HSL 23.81º 0.73% 0.34% -
HSV(B) 23.81º 0.85% 0.58% -
XYZ 14.93 11.22 2.19 -
YUV 90.02 90.18 170.07 -
System Red Green Blue C M Y K H S L
Decimal 149 73 23 0 0.51 0.85 0.42 23.81 0.73 0.34
Hex 95 49 17 0 33 55 2A 18 49 22
Octal 225 111 27 0 63 125 52 30 111 42
Binary 10010101 1001001 10111 0 110011 1010101 101010 11000 1001001 100010

Color Harmonies of #954917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954917

Black with #954917

Text Example


Text Example

White with #954917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954917; }

 p { color: rgb(149,73,23); }

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

background-color css

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

 a { background-color: rgb(149,73,23); }

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

border-color css

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

 span { border-color: rgb(149,73,23); }

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