Html Css Color HEX #954218 Saddle Brown

📋 copy color: '#954218'

red 149 ◦ green 66 ◦ blue 24

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

Shades of Saddle Brown #954218

Tints of Saddle Brown #954218

RGB

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

 GREEN value IS 66 (26.17% from 255) = 27.62%

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

R = 62.34%
G = 27.62%
B = 10.04%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.84

 K value IS 0.42

RGB Variations

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

Color information

#954218 (or 0x954218) is known color: Saddle Brown. HEX triplet: 95, 42 and 18. RGB value is (149,66,24). Sum of RGB (Red+Green+Blue) = 149+66+24=239 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.34% from 239); Green value is 66 (26.17% from 255 or 27.62% from 239); Blue value is 24 (9.77% from 255 or 10.04% from 239); Max value from RGB is 149 - color contains mainly: red. Hex color #954218 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954218 is #6ABDE7. Grayscale: #565656. Windows color (decimal): -6995432 or 1589909. OLE color: 1589909.

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

Color convert

RGB 149 66 24 -
CMYK 0 0.56 0.84 0.42
HSL 20.16º 0.72% 0.34% -
HSV(B) 20.16º 0.84% 0.58% -
XYZ 14.51 10.35 2.1 -
YUV 86.03 93 172.92 -
System Red Green Blue C M Y K H S L
Decimal 149 66 24 0 0.56 0.84 0.42 20.16 0.72 0.34
Hex 95 42 18 0 38 54 2A 14 48 22
Octal 225 102 30 0 70 124 52 24 110 42
Binary 10010101 1000010 11000 0 111000 1010100 101010 10100 1001000 100010

Color Harmonies of #954218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954218

Black with #954218

Text Example


Text Example

White with #954218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954218; }

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

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

background-color css

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

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

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

border-color css

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

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

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