Html Css Color HEX #893002 Saddle Brown

📋 copy color: '#893002'

red 137 ◦ green 48 ◦ blue 2

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

Shades of Saddle Brown #893002

Tints of Saddle Brown #893002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.07%

R = 73.26%
G = 25.67%
B = 1.07%

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

#893002 (or 0x893002) is known color: Saddle Brown. HEX triplet: 89, 30 and 02. RGB value is (137,48,2). Sum of RGB (Red+Green+Blue) = 137+48+2=187 (24% of max value = 765). Red value is 137 (53.91% from 255 or 73.26% from 187); Green value is 48 (19.14% from 255 or 25.67% from 187); Blue value is 2 (1.17% from 255 or 1.07% from 187); Max value from RGB is 137 - color contains mainly: red. Hex color #893002 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #893002 is #76CFFD. Grayscale: #454545. Windows color (decimal): -7786494 or 143497. OLE color: 143497.

HSL color Cylindrical-coordinate representation of color #893002: hue angle of 20.44º degrees, saturation: 0.97, 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 #893002 is Cyan = 0, Magento = 0.65, Yellow = 0.99 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 48 2 -
CMYK 0 0.65 0.99 0.46
HSL 20.44º 0.97% 0.27% -
HSV(B) 20.44º 0.99% 0.54% -
XYZ 11.38 7.44 0.89 -
YUV 69.37 89.99 176.24 -
System Red Green Blue C M Y K H S L
Decimal 137 48 2 0 0.65 0.99 0.46 20.44 0.97 0.27
Hex 89 30 2 0 41 63 2E 14 61 1B
Octal 211 60 2 0 101 143 56 24 141 33
Binary 10001001 110000 10 0 1000001 1100011 101110 10100 1100001 11011

Color Harmonies of #893002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893002

Black with #893002

Text Example


Text Example

White with #893002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #893002; }

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

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

background-color css

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

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

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

border-color css

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

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

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