Html Css Color HEX #893001 Saddle Brown

📋 copy color: '#893001'

red 137 ◦ green 48 ◦ blue 1

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

Shades of Saddle Brown #893001

Tints of Saddle Brown #893001

RGB

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

 GREEN value IS 48 (19.14% from 255) = 25.81%

 BLUE value IS 1 (0.78% from 255) = 0.54%

R = 73.66%
G = 25.81%
B = 0.54%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.99

 K value IS 0.46

RGB Variations

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

Color information

#893001 (or 0x893001) is known color: Saddle Brown. HEX triplet: 89, 30 and 01. RGB value is (137,48,1). Sum of RGB (Red+Green+Blue) = 137+48+1=186 (24% of max value = 765). Red value is 137 (53.91% from 255 or 73.66% from 186); Green value is 48 (19.14% from 255 or 25.81% from 186); Blue value is 1 (0.78% from 255 or 0.54% from 186); Max value from RGB is 137 - color contains mainly: red. Hex color #893001 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #893001 is #76CFFE. Grayscale: #454545. Windows color (decimal): -7786495 or 77961. OLE color: 77961.

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

Color convert

RGB 137 48 1 -
CMYK 0 0.65 0.99 0.46
HSL 20.74º 0.99% 0.27% -
HSV(B) 20.74º 0.99% 0.54% -
XYZ 11.38 7.43 0.86 -
YUV 69.25 89.49 176.32 -
System Red Green Blue C M Y K H S L
Decimal 137 48 1 0 0.65 0.99 0.46 20.74 0.99 0.27
Hex 89 30 1 0 41 63 2E 15 63 1B
Octal 211 60 1 0 101 143 56 25 143 33
Binary 10001001 110000 1 0 1000001 1100011 101110 10101 1100011 11011

Color Harmonies of #893001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893001

Black with #893001

Text Example


Text Example

White with #893001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #893001; }

 p { color: rgb(137,48,1); }

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

background-color css

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

 a { background-color: rgb(137,48,1); }

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

border-color css

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

 span { border-color: rgb(137,48,1); }

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