Html Css Color HEX #954717 Saddle Brown

📋 copy color: '#954717'

red 149 ◦ green 71 ◦ blue 23

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

Shades of Saddle Brown #954717

Tints of Saddle Brown #954717

RGB

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

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

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

R = 61.32%
G = 29.22%
B = 9.47%

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

#954717 (or 0x954717) is known color: Saddle Brown. HEX triplet: 95, 47 and 17. RGB value is (149,71,23). Sum of RGB (Red+Green+Blue) = 149+71+23=243 (32% of max value = 765). Red value is 149 (58.59% from 255 or 61.32% from 243); Green value is 71 (28.12% from 255 or 29.22% from 243); Blue value is 23 (9.38% from 255 or 9.47% from 243); Max value from RGB is 149 - color contains mainly: red. Hex color #954717 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954717 is #6AB8E8. Grayscale: #595959. Windows color (decimal): -6994153 or 1525653. OLE color: 1525653.

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

Color convert

RGB 149 71 23 -
CMYK 0 0.52 0.85 0.42
HSL 22.86º 0.73% 0.34% -
HSV(B) 22.86º 0.85% 0.58% -
XYZ 14.8 10.96 2.15 -
YUV 88.85 90.84 170.9 -
System Red Green Blue C M Y K H S L
Decimal 149 71 23 0 0.52 0.85 0.42 22.86 0.73 0.34
Hex 95 47 17 0 34 55 2A 17 49 22
Octal 225 107 27 0 64 125 52 27 111 42
Binary 10010101 1000111 10111 0 110100 1010101 101010 10111 1001001 100010

Color Harmonies of #954717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954717

Black with #954717

Text Example


Text Example

White with #954717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954717; }

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

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

background-color css

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

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

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

border-color css

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

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

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