Html Css Color HEX #895302 Saddle Brown

📋 copy color: '#895302'

red 137 ◦ green 83 ◦ blue 2

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

Shades of Saddle Brown #895302

Tints of Saddle Brown #895302

RGB

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

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

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

R = 61.71%
G = 37.39%
B = 0.9%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.99

 K value IS 0.46

RGB Variations

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

Color information

#895302 (or 0x895302) is known color: Saddle Brown. HEX triplet: 89, 53 and 02. RGB value is (137,83,2). Sum of RGB (Red+Green+Blue) = 137+83+2=222 (29% of max value = 765). Red value is 137 (53.91% from 255 or 61.71% from 222); Green value is 83 (32.81% from 255 or 37.39% from 222); Blue value is 2 (1.17% from 255 or 0.90% from 222); Max value from RGB is 137 - color contains mainly: red. Hex color #895302 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #895302 is #76ACFD. Grayscale: #5A5A5A. Windows color (decimal): -7777534 or 152457. OLE color: 152457.

HSL color Cylindrical-coordinate representation of color #895302: hue angle of 36º 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 #895302 is Cyan = 0, Magento = 0.39, Yellow = 0.99 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 83 2 -
CMYK 0 0.39 0.99 0.46
HSL 36º 0.97% 0.27% -
HSV(B) 36º 0.99% 0.54% -
XYZ 13.42 11.51 1.57 -
YUV 89.91 78.39 161.59 -
System Red Green Blue C M Y K H S L
Decimal 137 83 2 0 0.39 0.99 0.46 36 0.97 0.27
Hex 89 53 2 0 27 63 2E 24 61 1B
Octal 211 123 2 0 47 143 56 44 141 33
Binary 10001001 1010011 10 0 100111 1100011 101110 100100 1100001 11011

Color Harmonies of #895302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895302

Black with #895302

Text Example


Text Example

White with #895302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895302; }

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

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

background-color css

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

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

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

border-color css

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

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

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