Html Css Color HEX #895218 Saddle Brown

📋 copy color: '#895218'

red 137 ◦ green 82 ◦ blue 24

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

Shades of Saddle Brown #895218

Tints of Saddle Brown #895218

RGB

 RED value IS 137 (53.91% from 255) = 56.38%

 GREEN value IS 82 (32.42% from 255) = 33.74%

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

R = 56.38%
G = 33.74%
B = 9.88%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.82

 K value IS 0.46

RGB Variations

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

Color information

#895218 (or 0x895218) is known color: Saddle Brown. HEX triplet: 89, 52 and 18. RGB value is (137,82,24). Sum of RGB (Red+Green+Blue) = 137+82+24=243 (32% of max value = 765). Red value is 137 (53.91% from 255 or 56.38% from 243); Green value is 82 (32.42% from 255 or 33.74% from 243); Blue value is 24 (9.77% from 255 or 9.88% from 243); Max value from RGB is 137 - color contains mainly: red. Hex color #895218 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #895218 is #76ADE7. Grayscale: #5C5C5C. Windows color (decimal): -7777768 or 1593993. OLE color: 1593993.

HSL color Cylindrical-coordinate representation of color #895218: hue angle of 30.8º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #895218 is Cyan = 0, Magento = 0.40, Yellow = 0.82 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 82 24 -
CMYK 0 0.40 0.82 0.46
HSL 30.8º 0.7% 0.32% -
HSV(B) 30.8º 0.82% 0.54% -
XYZ 13.5 11.42 2.36 -
YUV 91.83 89.72 160.22 -
System Red Green Blue C M Y K H S L
Decimal 137 82 24 0 0.40 0.82 0.46 30.8 0.7 0.32
Hex 89 52 18 0 28 52 2E 1F 46 20
Octal 211 122 30 0 50 122 56 37 106 40
Binary 10001001 1010010 11000 0 101000 1010010 101110 11111 1000110 100000

Color Harmonies of #895218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895218

Black with #895218

Text Example


Text Example

White with #895218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895218; }

 p { color: rgb(137,82,24); }

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

background-color css

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

 a { background-color: rgb(137,82,24); }

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

border-color css

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

 span { border-color: rgb(137,82,24); }

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