Html Css Color HEX #894200 Saddle Brown

📋 copy color: '#894200'

red 137 ◦ green 66 ◦ blue 0

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

Shades of Saddle Brown #894200

Tints of Saddle Brown #894200

RGB

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

 GREEN value IS 66 (26.17% from 255) = 32.51%

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

R = 67.49%
G = 32.51%
B = 0%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 1

 K value IS 0.46

RGB Variations

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

Color information

#894200 (or 0x894200) is known color: Saddle Brown. HEX triplet: 89, 42 and 00. RGB value is (137,66,0). Sum of RGB (Red+Green+Blue) = 137+66+0=203 (26% of max value = 765). Red value is 137 (53.91% from 255 or 67.49% from 203); Green value is 66 (26.17% from 255 or 32.51% from 203); Blue value is 0 (0.39% from 255 or 0% from 203); Max value from RGB is 137 - color contains mainly: red. Hex color #894200 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #894200 is #76BDFF. Grayscale: #505050. Windows color (decimal): -7781888 or 17033. OLE color: 17033.

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

Color convert

RGB 137 66 0 -
CMYK 0 0.52 1 0.46
HSL 28.91º 1% 0.27% -
HSV(B) 28.91º 1% 0.54% -
XYZ 12.26 9.21 1.13 -
YUV 79.71 83.02 168.87 -
System Red Green Blue C M Y K H S L
Decimal 137 66 0 0 0.52 1 0.46 28.91 1 0.27
Hex 89 42 0 0 34 64 2E 1D 64 1B
Octal 211 102 0 0 64 144 56 35 144 33
Binary 10001001 1000010 0 0 110100 1100100 101110 11101 1100100 11011

Color Harmonies of #894200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894200

Black with #894200

Text Example


Text Example

White with #894200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894200; }

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

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

background-color css

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

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

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

border-color css

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

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

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