Html Css Color HEX #894D01 Saddle Brown

📋 copy color: '#894D01'

red 137 ◦ green 77 ◦ blue 1

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

Shades of Saddle Brown #894D01

Tints of Saddle Brown #894D01

RGB

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

 GREEN value IS 77 (30.47% from 255) = 35.81%

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

R = 63.72%
G = 35.81%
B = 0.47%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.99

 K value IS 0.46

RGB Variations

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

Color information

#894D01 (or 0x894D01) is known color: Saddle Brown. HEX triplet: 89, 4D and 01. RGB value is (137,77,1). Sum of RGB (Red+Green+Blue) = 137+77+1=215 (28% of max value = 765). Red value is 137 (53.91% from 255 or 63.72% from 215); Green value is 77 (30.47% from 255 or 35.81% from 215); Blue value is 1 (0.78% from 255 or 0.47% from 215); Max value from RGB is 137 - color contains mainly: red. Hex color #894D01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #894D01 is #76B2FE. Grayscale: #565656. Windows color (decimal): -7779071 or 85385. OLE color: 85385.

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

Color convert

RGB 137 77 1 -
CMYK 0 0.44 0.99 0.46
HSL 33.53º 0.99% 0.27% -
HSV(B) 33.53º 0.99% 0.54% -
XYZ 12.98 10.63 1.4 -
YUV 86.28 79.88 164.18 -
System Red Green Blue C M Y K H S L
Decimal 137 77 1 0 0.44 0.99 0.46 33.53 0.99 0.27
Hex 89 4D 1 0 2C 63 2E 22 63 1B
Octal 211 115 1 0 54 143 56 42 143 33
Binary 10001001 1001101 1 0 101100 1100011 101110 100010 1100011 11011

Color Harmonies of #894D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894D01

Black with #894D01

Text Example


Text Example

White with #894D01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894D01; }

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

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

background-color css

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

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

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

border-color css

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

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

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