Html Css Color HEX #954718 Saddle Brown

📋 copy color: '#954718'

red 149 ◦ green 71 ◦ blue 24

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

Shades of Saddle Brown #954718

Tints of Saddle Brown #954718

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.84%

R = 61.07%
G = 29.1%
B = 9.84%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.84

 K value IS 0.42

RGB Variations

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

Color information

#954718 (or 0x954718) is known color: Saddle Brown. HEX triplet: 95, 47 and 18. RGB value is (149,71,24). Sum of RGB (Red+Green+Blue) = 149+71+24=244 (32% of max value = 765). Red value is 149 (58.59% from 255 or 61.07% from 244); Green value is 71 (28.12% from 255 or 29.10% from 244); Blue value is 24 (9.77% from 255 or 9.84% from 244); Max value from RGB is 149 - color contains mainly: red. Hex color #954718 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954718 is #6AB8E7. Grayscale: #595959. Windows color (decimal): -6994152 or 1591189. OLE color: 1591189.

HSL color Cylindrical-coordinate representation of color #954718: hue angle of 22.56º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #954718 is Cyan = 0, Magento = 0.52, Yellow = 0.84 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 71 24 -
CMYK 0 0.52 0.84 0.42
HSL 22.56º 0.72% 0.34% -
HSV(B) 22.56º 0.84% 0.58% -
XYZ 14.81 10.96 2.2 -
YUV 88.96 91.34 170.82 -
System Red Green Blue C M Y K H S L
Decimal 149 71 24 0 0.52 0.84 0.42 22.56 0.72 0.34
Hex 95 47 18 0 34 54 2A 17 48 22
Octal 225 107 30 0 64 124 52 27 110 42
Binary 10010101 1000111 11000 0 110100 1010100 101010 10111 1001000 100010

Color Harmonies of #954718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954718

Black with #954718

Text Example


Text Example

White with #954718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954718; }

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

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

background-color css

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

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

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

border-color css

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

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

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