Html Css Color HEX #893A00 Saddle Brown

📋 copy color: '#893A00'

red 137 ◦ green 58 ◦ blue 0

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

Shades of Saddle Brown #893A00

Tints of Saddle Brown #893A00

RGB

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

 GREEN value IS 58 (23.05% from 255) = 29.74%

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

R = 70.26%
G = 29.74%
B = 0%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 1

 K value IS 0.46

RGB Variations

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

Color information

#893A00 (or 0x893A00) is known color: Saddle Brown. HEX triplet: 89, 3A and 00. RGB value is (137,58,0). Sum of RGB (Red+Green+Blue) = 137+58+0=195 (25% of max value = 765). Red value is 137 (53.91% from 255 or 70.26% from 195); Green value is 58 (23.05% from 255 or 29.74% from 195); Blue value is 0 (0.39% from 255 or 0% from 195); Max value from RGB is 137 - color contains mainly: red. Hex color #893A00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #893A00 is #76C5FF. Grayscale: #4B4B4B. Windows color (decimal): -7783936 or 14985. OLE color: 14985.

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

Color convert

RGB 137 58 0 -
CMYK 0 0.58 1 0.46
HSL 25.4º 1% 0.27% -
HSV(B) 25.4º 1% 0.54% -
XYZ 11.83 8.34 0.99 -
YUV 75.01 85.67 172.22 -
System Red Green Blue C M Y K H S L
Decimal 137 58 0 0 0.58 1 0.46 25.4 1 0.27
Hex 89 3A 0 0 3A 64 2E 19 64 1B
Octal 211 72 0 0 72 144 56 31 144 33
Binary 10001001 111010 0 0 111010 1100100 101110 11001 1100100 11011

Color Harmonies of #893A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893A00

Black with #893A00

Text Example


Text Example

White with #893A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #893A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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