Html Css Color HEX #894502 Saddle Brown

📋 copy color: '#894502'

red 137 ◦ green 69 ◦ blue 2

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

Shades of Saddle Brown #894502

Tints of Saddle Brown #894502

RGB

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

 GREEN value IS 69 (27.34% from 255) = 33.17%

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

R = 65.87%
G = 33.17%
B = 0.96%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.99

 K value IS 0.46

RGB Variations

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

Color information

#894502 (or 0x894502) is known color: Saddle Brown. HEX triplet: 89, 45 and 02. RGB value is (137,69,2). Sum of RGB (Red+Green+Blue) = 137+69+2=208 (27% of max value = 765). Red value is 137 (53.91% from 255 or 65.87% from 208); Green value is 69 (27.34% from 255 or 33.17% from 208); Blue value is 2 (1.17% from 255 or 0.96% from 208); Max value from RGB is 137 - color contains mainly: red. Hex color #894502 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #894502 is #76BAFD. Grayscale: #525252. Windows color (decimal): -7781118 or 148873. OLE color: 148873.

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

Color convert

RGB 137 69 2 -
CMYK 0 0.50 0.99 0.46
HSL 29.78º 0.97% 0.27% -
HSV(B) 29.78º 0.99% 0.54% -
XYZ 12.46 9.58 1.25 -
YUV 81.69 83.03 167.45 -
System Red Green Blue C M Y K H S L
Decimal 137 69 2 0 0.50 0.99 0.46 29.78 0.97 0.27
Hex 89 45 2 0 32 63 2E 1E 61 1B
Octal 211 105 2 0 62 143 56 36 141 33
Binary 10001001 1000101 10 0 110010 1100011 101110 11110 1100001 11011

Color Harmonies of #894502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894502

Black with #894502

Text Example


Text Example

White with #894502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894502; }

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

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

background-color css

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

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

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

border-color css

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

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

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