Html Css Color HEX #895314 Saddle Brown

📋 copy color: '#895314'

red 137 ◦ green 83 ◦ blue 20

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

Shades of Saddle Brown #895314

Tints of Saddle Brown #895314

RGB

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

 GREEN value IS 83 (32.81% from 255) = 34.58%

 BLUE value IS 20 (8.2% from 255) = 8.33%

R = 57.08%
G = 34.58%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.85

 K value IS 0.46

RGB Variations

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

Color information

#895314 (or 0x895314) is known color: Saddle Brown. HEX triplet: 89, 53 and 14. RGB value is (137,83,20). Sum of RGB (Red+Green+Blue) = 137+83+20=240 (31% of max value = 765). Red value is 137 (53.91% from 255 or 57.08% from 240); Green value is 83 (32.81% from 255 or 34.58% from 240); Blue value is 20 (8.20% from 255 or 8.33% from 240); Max value from RGB is 137 - color contains mainly: red. Hex color #895314 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #895314 is #76ACEB. Grayscale: #5C5C5C. Windows color (decimal): -7777516 or 1332105. OLE color: 1332105.

HSL color Cylindrical-coordinate representation of color #895314: hue angle of 32.31º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #895314 is Cyan = 0, Magento = 0.39, Yellow = 0.85 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 83 20 -
CMYK 0 0.39 0.85 0.46
HSL 32.31º 0.75% 0.31% -
HSV(B) 32.31º 0.85% 0.54% -
XYZ 13.54 11.56 2.18 -
YUV 91.96 87.39 160.12 -
System Red Green Blue C M Y K H S L
Decimal 137 83 20 0 0.39 0.85 0.46 32.31 0.75 0.31
Hex 89 53 14 0 27 55 2E 20 4B 1F
Octal 211 123 24 0 47 125 56 40 113 37
Binary 10001001 1010011 10100 0 100111 1010101 101110 100000 1001011 11111

Color Harmonies of #895314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895314

Black with #895314

Text Example


Text Example

White with #895314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895314; }

 p { color: rgb(137,83,20); }

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

background-color css

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

 a { background-color: rgb(137,83,20); }

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

border-color css

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

 span { border-color: rgb(137,83,20); }

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