Html Css Color HEX #894002 Saddle Brown

📋 copy color: '#894002'

red 137 ◦ green 64 ◦ blue 2

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

Shades of Saddle Brown #894002

Tints of Saddle Brown #894002

RGB

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

 GREEN value IS 64 (25.39% from 255) = 31.53%

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

R = 67.49%
G = 31.53%
B = 0.99%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.99

 K value IS 0.46

RGB Variations

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

Color information

#894002 (or 0x894002) is known color: Saddle Brown. HEX triplet: 89, 40 and 02. RGB value is (137,64,2). Sum of RGB (Red+Green+Blue) = 137+64+2=203 (26% of max value = 765). Red value is 137 (53.91% from 255 or 67.49% from 203); Green value is 64 (25.39% from 255 or 31.53% from 203); Blue value is 2 (1.17% from 255 or 0.99% from 203); Max value from RGB is 137 - color contains mainly: red. Hex color #894002 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #894002 is #76BFFD. Grayscale: #4F4F4F. Windows color (decimal): -7782398 or 147593. OLE color: 147593.

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

Color convert

RGB 137 64 2 -
CMYK 0 0.53 0.99 0.46
HSL 27.56º 0.97% 0.27% -
HSV(B) 27.56º 0.99% 0.54% -
XYZ 12.16 8.99 1.15 -
YUV 78.76 84.68 169.54 -
System Red Green Blue C M Y K H S L
Decimal 137 64 2 0 0.53 0.99 0.46 27.56 0.97 0.27
Hex 89 40 2 0 35 63 2E 1C 61 1B
Octal 211 100 2 0 65 143 56 34 141 33
Binary 10001001 1000000 10 0 110101 1100011 101110 11100 1100001 11011

Color Harmonies of #894002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894002

Black with #894002

Text Example


Text Example

White with #894002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894002; }

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

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

background-color css

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

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

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

border-color css

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

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

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