Html Css Color HEX #893302 Saddle Brown

📋 copy color: '#893302'

red 137 ◦ green 51 ◦ blue 2

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

Shades of Saddle Brown #893302

Tints of Saddle Brown #893302

RGB

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

 GREEN value IS 51 (20.31% from 255) = 26.84%

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

R = 72.11%
G = 26.84%
B = 1.05%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.99

 K value IS 0.46

RGB Variations

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

Color information

#893302 (or 0x893302) is known color: Saddle Brown. HEX triplet: 89, 33 and 02. RGB value is (137,51,2). Sum of RGB (Red+Green+Blue) = 137+51+2=190 (25% of max value = 765). Red value is 137 (53.91% from 255 or 72.11% from 190); Green value is 51 (20.31% from 255 or 26.84% from 190); Blue value is 2 (1.17% from 255 or 1.05% from 190); Max value from RGB is 137 - color contains mainly: red. Hex color #893302 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #893302 is #76CCFD. Grayscale: #474747. Windows color (decimal): -7785726 or 144265. OLE color: 144265.

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

Color convert

RGB 137 51 2 -
CMYK 0 0.63 0.99 0.46
HSL 21.78º 0.97% 0.27% -
HSV(B) 21.78º 0.99% 0.54% -
XYZ 11.51 7.69 0.94 -
YUV 71.13 88.99 174.98 -
System Red Green Blue C M Y K H S L
Decimal 137 51 2 0 0.63 0.99 0.46 21.78 0.97 0.27
Hex 89 33 2 0 3F 63 2E 16 61 1B
Octal 211 63 2 0 77 143 56 26 141 33
Binary 10001001 110011 10 0 111111 1100011 101110 10110 1100001 11011

Color Harmonies of #893302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893302

Black with #893302

Text Example


Text Example

White with #893302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #893302; }

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

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

background-color css

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

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

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

border-color css

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

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

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