Html Css Color HEX #893100 Saddle Brown

📋 copy color: '#893100'

red 137 ◦ green 49 ◦ blue 0

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

Shades of Saddle Brown #893100

Tints of Saddle Brown #893100

RGB

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

 GREEN value IS 49 (19.53% from 255) = 26.34%

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

R = 73.66%
G = 26.34%
B = 0%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 1

 K value IS 0.46

RGB Variations

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

Color information

#893100 (or 0x893100) is known color: Saddle Brown. HEX triplet: 89, 31 and 00. RGB value is (137,49,0). Sum of RGB (Red+Green+Blue) = 137+49+0=186 (24% of max value = 765). Red value is 137 (53.91% from 255 or 73.66% from 186); Green value is 49 (19.53% from 255 or 26.34% from 186); Blue value is 0 (0.39% from 255 or 0% from 186); Max value from RGB is 137 - color contains mainly: red. Hex color #893100 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #893100 is #76CEFF. Grayscale: #464646. Windows color (decimal): -7786240 or 12681. OLE color: 12681.

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

Color convert

RGB 137 49 0 -
CMYK 0 0.64 1 0.46
HSL 21.46º 1% 0.27% -
HSV(B) 21.46º 1% 0.54% -
XYZ 11.41 7.51 0.85 -
YUV 69.73 88.65 175.98 -
System Red Green Blue C M Y K H S L
Decimal 137 49 0 0 0.64 1 0.46 21.46 1 0.27
Hex 89 31 0 0 40 64 2E 15 64 1B
Octal 211 61 0 0 100 144 56 25 144 33
Binary 10001001 110001 0 0 1000000 1100100 101110 10101 1100100 11011

Color Harmonies of #893100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893100

Black with #893100

Text Example


Text Example

White with #893100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #893100; }

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

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

background-color css

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

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

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

border-color css

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

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

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