Html Css Color HEX #894C00 Saddle Brown

📋 copy color: '#894C00'

red 137 ◦ green 76 ◦ blue 0

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

Shades of Saddle Brown #894C00

Tints of Saddle Brown #894C00

RGB

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

 GREEN value IS 76 (30.08% from 255) = 35.68%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 64.32%
G = 35.68%
B = 0%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 1

 K value IS 0.46

RGB Variations

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

Color information

#894C00 (or 0x894C00) is known color: Saddle Brown. HEX triplet: 89, 4C and 00. RGB value is (137,76,0). Sum of RGB (Red+Green+Blue) = 137+76+0=213 (28% of max value = 765). Red value is 137 (53.91% from 255 or 64.32% from 213); Green value is 76 (30.08% from 255 or 35.68% from 213); Blue value is 0 (0.39% from 255 or 0% from 213); Max value from RGB is 137 - color contains mainly: red. Hex color #894C00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #894C00 is #76B3FF. Grayscale: #555555. Windows color (decimal): -7779328 or 19593. OLE color: 19593.

HSL color Cylindrical-coordinate representation of color #894C00: hue angle of 33.28º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #894C00 is Cyan = 0, Magento = 0.45, Yellow = 1 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 76 0 -
CMYK 0 0.45 1 0.46
HSL 33.28º 1% 0.27% -
HSV(B) 33.28º 1% 0.54% -
XYZ 12.9 10.49 1.34 -
YUV 85.58 79.71 164.68 -
System Red Green Blue C M Y K H S L
Decimal 137 76 0 0 0.45 1 0.46 33.28 1 0.27
Hex 89 4C 0 0 2D 64 2E 21 64 1B
Octal 211 114 0 0 55 144 56 41 144 33
Binary 10001001 1001100 0 0 101101 1100100 101110 100001 1100100 11011

Color Harmonies of #894C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894C00

Black with #894C00

Text Example


Text Example

White with #894C00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,76,0); }

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

background-color css

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

 a { background-color: rgb(137,76,0); }

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

border-color css

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

 span { border-color: rgb(137,76,0); }

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