Html Css Color HEX #894901 Saddle Brown

📋 copy color: '#894901'

red 137 ◦ green 73 ◦ blue 1

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

Shades of Saddle Brown #894901

Tints of Saddle Brown #894901

RGB

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

 GREEN value IS 73 (28.91% from 255) = 34.6%

 BLUE value IS 1 (0.78% from 255) = 0.47%

R = 64.93%
G = 34.6%
B = 0.47%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.99

 K value IS 0.46

RGB Variations

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

Color information

#894901 (or 0x894901) is known color: Saddle Brown. HEX triplet: 89, 49 and 01. RGB value is (137,73,1). Sum of RGB (Red+Green+Blue) = 137+73+1=211 (27% of max value = 765). Red value is 137 (53.91% from 255 or 64.93% from 211); Green value is 73 (28.91% from 255 or 34.60% from 211); Blue value is 1 (0.78% from 255 or 0.47% from 211); Max value from RGB is 137 - color contains mainly: red. Hex color #894901 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #894901 is #76B6FE. Grayscale: #545454. Windows color (decimal): -7780095 or 84361. OLE color: 84361.

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

Color convert

RGB 137 73 1 -
CMYK 0 0.47 0.99 0.46
HSL 31.76º 0.99% 0.27% -
HSV(B) 31.76º 0.99% 0.54% -
XYZ 12.7 10.09 1.31 -
YUV 83.93 81.2 165.85 -
System Red Green Blue C M Y K H S L
Decimal 137 73 1 0 0.47 0.99 0.46 31.76 0.99 0.27
Hex 89 49 1 0 2F 63 2E 20 63 1B
Octal 211 111 1 0 57 143 56 40 143 33
Binary 10001001 1001001 1 0 101111 1100011 101110 100000 1100011 11011

Color Harmonies of #894901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894901

Black with #894901

Text Example


Text Example

White with #894901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894901; }

 p { color: rgb(137,73,1); }

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

background-color css

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

 a { background-color: rgb(137,73,1); }

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

border-color css

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

 span { border-color: rgb(137,73,1); }

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