Html Css Color HEX #895202 Saddle Brown

📋 copy color: '#895202'

red 137 ◦ green 82 ◦ blue 2

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

Shades of Saddle Brown #895202

Tints of Saddle Brown #895202

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.9%

R = 61.99%
G = 37.1%
B = 0.9%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.99

 K value IS 0.46

RGB Variations

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

Color information

#895202 (or 0x895202) is known color: Saddle Brown. HEX triplet: 89, 52 and 02. RGB value is (137,82,2). Sum of RGB (Red+Green+Blue) = 137+82+2=221 (29% of max value = 765). Red value is 137 (53.91% from 255 or 61.99% from 221); Green value is 82 (32.42% from 255 or 37.10% from 221); Blue value is 2 (1.17% from 255 or 0.90% from 221); Max value from RGB is 137 - color contains mainly: red. Hex color #895202 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #895202 is #76ADFD. Grayscale: #595959. Windows color (decimal): -7777790 or 152201. OLE color: 152201.

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

Color convert

RGB 137 82 2 -
CMYK 0 0.40 0.99 0.46
HSL 35.56º 0.97% 0.27% -
HSV(B) 35.56º 0.99% 0.54% -
XYZ 13.34 11.36 1.55 -
YUV 89.33 78.72 162 -
System Red Green Blue C M Y K H S L
Decimal 137 82 2 0 0.40 0.99 0.46 35.56 0.97 0.27
Hex 89 52 2 0 28 63 2E 24 61 1B
Octal 211 122 2 0 50 143 56 44 141 33
Binary 10001001 1010010 10 0 101000 1100011 101110 100100 1100001 11011

Color Harmonies of #895202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895202

Black with #895202

Text Example


Text Example

White with #895202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895202; }

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

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

background-color css

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

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

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

border-color css

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

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

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