Html Css Color HEX #954F17 Saddle Brown

📋 copy color: '#954F17'

red 149 ◦ green 79 ◦ blue 23

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

Shades of Saddle Brown #954F17

Tints of Saddle Brown #954F17

RGB

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

 GREEN value IS 79 (31.25% from 255) = 31.47%

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

R = 59.36%
G = 31.47%
B = 9.16%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#954F17 (or 0x954F17) is known color: Saddle Brown. HEX triplet: 95, 4F and 17. RGB value is (149,79,23). Sum of RGB (Red+Green+Blue) = 149+79+23=251 (33% of max value = 765). Red value is 149 (58.59% from 255 or 59.36% from 251); Green value is 79 (31.25% from 255 or 31.47% from 251); Blue value is 23 (9.38% from 255 or 9.16% from 251); Max value from RGB is 149 - color contains mainly: red. Hex color #954F17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #954F17 is #6AB0E8. Grayscale: #5D5D5D. Windows color (decimal): -6992105 or 1527701. OLE color: 1527701.

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

Color convert

RGB 149 79 23 -
CMYK 0 0.47 0.85 0.42
HSL 26.67º 0.73% 0.34% -
HSV(B) 26.67º 0.85% 0.58% -
XYZ 15.35 12.04 2.33 -
YUV 93.55 88.19 167.55 -
System Red Green Blue C M Y K H S L
Decimal 149 79 23 0 0.47 0.85 0.42 26.67 0.73 0.34
Hex 95 4F 17 0 2F 55 2A 1B 49 22
Octal 225 117 27 0 57 125 52 33 111 42
Binary 10010101 1001111 10111 0 101111 1010101 101010 11011 1001001 100010

Color Harmonies of #954F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954F17

Black with #954F17

Text Example


Text Example

White with #954F17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954F17; }

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

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

background-color css

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

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

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

border-color css

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

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

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