Html Css Color HEX #893F1A Saddle Brown

📋 copy color: '#893F1A'

red 137 ◦ green 63 ◦ blue 26

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

Shades of Saddle Brown #893F1A

Tints of Saddle Brown #893F1A

RGB

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

 GREEN value IS 63 (25% from 255) = 27.88%

 BLUE value IS 26 (10.55% from 255) = 11.5%

R = 60.62%
G = 27.88%
B = 11.5%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.81

 K value IS 0.46

RGB Variations

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

Color information

#893F1A (or 0x893F1A) is known color: Saddle Brown. HEX triplet: 89, 3F and 1A. RGB value is (137,63,26). Sum of RGB (Red+Green+Blue) = 137+63+26=226 (29% of max value = 765). Red value is 137 (53.91% from 255 or 60.62% from 226); Green value is 63 (25% from 255 or 27.88% from 226); Blue value is 26 (10.55% from 255 or 11.50% from 226); Max value from RGB is 137 - color contains mainly: red. Hex color #893F1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893F1A is #76C0E5. Grayscale: #515151. Windows color (decimal): -7782630 or 1720201. OLE color: 1720201.

HSL color Cylindrical-coordinate representation of color #893F1A: hue angle of 20º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #893F1A is Cyan = 0, Magento = 0.54, Yellow = 0.81 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 63 26 -
CMYK 0 0.54 0.81 0.46
HSL 20º 0.68% 0.32% -
HSV(B) 20º 0.81% 0.54% -
XYZ 12.28 8.95 2.06 -
YUV 80.91 97.02 168.01 -
System Red Green Blue C M Y K H S L
Decimal 137 63 26 0 0.54 0.81 0.46 20 0.68 0.32
Hex 89 3F 1A 0 36 51 2E 14 44 20
Octal 211 77 32 0 66 121 56 24 104 40
Binary 10001001 111111 11010 0 110110 1010001 101110 10100 1000100 100000

Color Harmonies of #893F1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893F1A

Black with #893F1A

Text Example


Text Example

White with #893F1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,63,26); }

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

background-color css

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

 a { background-color: rgb(137,63,26); }

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

border-color css

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

 span { border-color: rgb(137,63,26); }

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