Html Css Color HEX #892E00 Saddle Brown

📋 copy color: '#892E00'

red 137 ◦ green 46 ◦ blue 0

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

Shades of Saddle Brown #892E00

Tints of Saddle Brown #892E00

RGB

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

 GREEN value IS 46 (18.36% from 255) = 25.14%

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

R = 74.86%
G = 25.14%
B = 0%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 1

 K value IS 0.46

RGB Variations

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

Color information

#892E00 (or 0x892E00) is known color: Saddle Brown. HEX triplet: 89, 2E and 00. RGB value is (137,46,0). Sum of RGB (Red+Green+Blue) = 137+46+0=183 (24% of max value = 765). Red value is 137 (53.91% from 255 or 74.86% from 183); Green value is 46 (18.36% from 255 or 25.14% from 183); Blue value is 0 (0.39% from 255 or 0% from 183); Max value from RGB is 137 - color contains mainly: red. Hex color #892E00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #892E00 is #76D1FF. Grayscale: #444444. Windows color (decimal): -7787008 or 11913. OLE color: 11913.

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

Color convert

RGB 137 46 0 -
CMYK 0 0.66 1 0.46
HSL 20.15º 1% 0.27% -
HSV(B) 20.15º 1% 0.54% -
XYZ 11.29 7.27 0.81 -
YUV 67.97 89.65 177.24 -
System Red Green Blue C M Y K H S L
Decimal 137 46 0 0 0.66 1 0.46 20.15 1 0.27
Hex 89 2E 0 0 42 64 2E 14 64 1B
Octal 211 56 0 0 102 144 56 24 144 33
Binary 10001001 101110 0 0 1000010 1100100 101110 10100 1100100 11011

Color Harmonies of #892E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892E00

Black with #892E00

Text Example


Text Example

White with #892E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #892E00; }

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

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

background-color css

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

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

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

border-color css

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

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

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