Html Css Color HEX #894702 Saddle Brown

📋 copy color: '#894702'

red 137 ◦ green 71 ◦ blue 2

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

Shades of Saddle Brown #894702

Tints of Saddle Brown #894702

RGB

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

 GREEN value IS 71 (28.13% from 255) = 33.81%

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

R = 65.24%
G = 33.81%
B = 0.95%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.99

 K value IS 0.46

RGB Variations

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

Color information

#894702 (or 0x894702) is known color: Saddle Brown. HEX triplet: 89, 47 and 02. RGB value is (137,71,2). Sum of RGB (Red+Green+Blue) = 137+71+2=210 (27% of max value = 765). Red value is 137 (53.91% from 255 or 65.24% from 210); Green value is 71 (28.12% from 255 or 33.81% from 210); Blue value is 2 (1.17% from 255 or 0.95% from 210); Max value from RGB is 137 - color contains mainly: red. Hex color #894702 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #894702 is #76B8FD. Grayscale: #535353. Windows color (decimal): -7780606 or 149385. OLE color: 149385.

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

Color convert

RGB 137 71 2 -
CMYK 0 0.48 0.99 0.46
HSL 30.67º 0.97% 0.27% -
HSV(B) 30.67º 0.99% 0.54% -
XYZ 12.58 9.83 1.29 -
YUV 82.87 82.37 166.61 -
System Red Green Blue C M Y K H S L
Decimal 137 71 2 0 0.48 0.99 0.46 30.67 0.97 0.27
Hex 89 47 2 0 30 63 2E 1F 61 1B
Octal 211 107 2 0 60 143 56 37 141 33
Binary 10001001 1000111 10 0 110000 1100011 101110 11111 1100001 11011

Color Harmonies of #894702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894702

Black with #894702

Text Example


Text Example

White with #894702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894702; }

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

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

background-color css

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

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

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

border-color css

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

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

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