Html Css Color HEX #893C16 Saddle Brown

📋 copy color: '#893C16'

red 137 ◦ green 60 ◦ blue 22

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

Shades of Saddle Brown #893C16

Tints of Saddle Brown #893C16

RGB

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

 GREEN value IS 60 (23.83% from 255) = 27.4%

 BLUE value IS 22 (8.98% from 255) = 10.05%

R = 62.56%
G = 27.4%
B = 10.05%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.84

 K value IS 0.46

RGB Variations

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

Color information

#893C16 (or 0x893C16) is known color: Saddle Brown. HEX triplet: 89, 3C and 16. RGB value is (137,60,22). Sum of RGB (Red+Green+Blue) = 137+60+22=219 (29% of max value = 765). Red value is 137 (53.91% from 255 or 62.56% from 219); Green value is 60 (23.83% from 255 or 27.40% from 219); Blue value is 22 (8.98% from 255 or 10.05% from 219); Max value from RGB is 137 - color contains mainly: red. Hex color #893C16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #893C16 is #76C3E9. Grayscale: #4E4E4E. Windows color (decimal): -7783402 or 1457289. OLE color: 1457289.

HSL color Cylindrical-coordinate representation of color #893C16: hue angle of 19.83º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #893C16 is Cyan = 0, Magento = 0.56, Yellow = 0.84 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 60 22 -
CMYK 0 0.56 0.84 0.46
HSL 19.83º 0.72% 0.31% -
HSV(B) 19.83º 0.84% 0.54% -
XYZ 12.08 8.61 1.78 -
YUV 78.69 96.01 169.59 -
System Red Green Blue C M Y K H S L
Decimal 137 60 22 0 0.56 0.84 0.46 19.83 0.72 0.31
Hex 89 3C 16 0 38 54 2E 14 48 1F
Octal 211 74 26 0 70 124 56 24 110 37
Binary 10001001 111100 10110 0 111000 1010100 101110 10100 1001000 11111

Color Harmonies of #893C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893C16

Black with #893C16

Text Example


Text Example

White with #893C16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,60,22); }

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

background-color css

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

 a { background-color: rgb(137,60,22); }

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

border-color css

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

 span { border-color: rgb(137,60,22); }

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