Html Css Color HEX #893A1A Saddle Brown

📋 copy color: '#893A1A'

red 137 ◦ green 58 ◦ blue 26

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

Shades of Saddle Brown #893A1A

Tints of Saddle Brown #893A1A

RGB

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

 GREEN value IS 58 (23.05% from 255) = 26.24%

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

R = 61.99%
G = 26.24%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.81

 K value IS 0.46

RGB Variations

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

Color information

#893A1A (or 0x893A1A) is known color: Saddle Brown. HEX triplet: 89, 3A and 1A. RGB value is (137,58,26). Sum of RGB (Red+Green+Blue) = 137+58+26=221 (29% of max value = 765). Red value is 137 (53.91% from 255 or 61.99% from 221); Green value is 58 (23.05% from 255 or 26.24% from 221); Blue value is 26 (10.55% from 255 or 11.76% from 221); Max value from RGB is 137 - color contains mainly: red. Hex color #893A1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893A1A is #76C5E5. Grayscale: #4E4E4E. Windows color (decimal): -7783910 or 1718921. OLE color: 1718921.

HSL color Cylindrical-coordinate representation of color #893A1A: hue angle of 17.3º 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 #893A1A is Cyan = 0, Magento = 0.58, Yellow = 0.81 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 58 26 -
CMYK 0 0.58 0.81 0.46
HSL 17.3º 0.68% 0.32% -
HSV(B) 17.3º 0.81% 0.54% -
XYZ 12.02 8.42 1.97 -
YUV 77.97 98.67 170.1 -
System Red Green Blue C M Y K H S L
Decimal 137 58 26 0 0.58 0.81 0.46 17.3 0.68 0.32
Hex 89 3A 1A 0 3A 51 2E 11 44 20
Octal 211 72 32 0 72 121 56 21 104 40
Binary 10001001 111010 11010 0 111010 1010001 101110 10001 1000100 100000

Color Harmonies of #893A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893A1A

Black with #893A1A

Text Example


Text Example

White with #893A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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