Html Css Color HEX #954818 Saddle Brown

📋 copy color: '#954818'

red 149 ◦ green 72 ◦ blue 24

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

Shades of Saddle Brown #954818

Tints of Saddle Brown #954818

RGB

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

 GREEN value IS 72 (28.52% from 255) = 29.39%

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

R = 60.82%
G = 29.39%
B = 9.8%

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

#954818 (or 0x954818) is known color: Saddle Brown. HEX triplet: 95, 48 and 18. RGB value is (149,72,24). Sum of RGB (Red+Green+Blue) = 149+72+24=245 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.82% from 245); Green value is 72 (28.52% from 255 or 29.39% from 245); Blue value is 24 (9.77% from 255 or 9.80% from 245); Max value from RGB is 149 - color contains mainly: red. Hex color #954818 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954818 is #6AB7E7. Grayscale: #595959. Windows color (decimal): -6993896 or 1591445. OLE color: 1591445.

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

Color convert

RGB 149 72 24 -
CMYK 0 0.52 0.84 0.42
HSL 23.04º 0.72% 0.34% -
HSV(B) 23.04º 0.84% 0.58% -
XYZ 14.88 11.09 2.22 -
YUV 89.55 91.01 170.4 -
System Red Green Blue C M Y K H S L
Decimal 149 72 24 0 0.52 0.84 0.42 23.04 0.72 0.34
Hex 95 48 18 0 34 54 2A 17 48 22
Octal 225 110 30 0 64 124 52 27 110 42
Binary 10010101 1001000 11000 0 110100 1010100 101010 10111 1001000 100010

Color Harmonies of #954818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954818

Black with #954818

Text Example


Text Example

White with #954818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954818; }

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

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

background-color css

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

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

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

border-color css

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

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

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