Html Css Color HEX #893F1B Saddle Brown

📋 copy color: '#893F1B'

red 137 ◦ green 63 ◦ blue 27

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

Shades of Saddle Brown #893F1B

Tints of Saddle Brown #893F1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 11.89%

R = 60.35%
G = 27.75%
B = 11.89%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.80

 K value IS 0.46

RGB Variations

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

Color information

#893F1B (or 0x893F1B) is known color: Saddle Brown. HEX triplet: 89, 3F and 1B. RGB value is (137,63,27). Sum of RGB (Red+Green+Blue) = 137+63+27=227 (30% of max value = 765). Red value is 137 (53.91% from 255 or 60.35% from 227); Green value is 63 (25% from 255 or 27.75% from 227); Blue value is 27 (10.94% from 255 or 11.89% from 227); Max value from RGB is 137 - color contains mainly: red. Hex color #893F1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893F1B is #76C0E4. Grayscale: #515151. Windows color (decimal): -7782629 or 1785737. OLE color: 1785737.

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

Color convert

RGB 137 63 27 -
CMYK 0 0.54 0.80 0.46
HSL 19.64º 0.67% 0.32% -
HSV(B) 19.64º 0.8% 0.54% -
XYZ 12.29 8.95 2.12 -
YUV 81.02 97.52 167.93 -
System Red Green Blue C M Y K H S L
Decimal 137 63 27 0 0.54 0.80 0.46 19.64 0.67 0.32
Hex 89 3F 1B 0 36 50 2E 14 43 20
Octal 211 77 33 0 66 120 56 24 103 40
Binary 10001001 111111 11011 0 110110 1010000 101110 10100 1000011 100000

Color Harmonies of #893F1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893F1B

Black with #893F1B

Text Example


Text Example

White with #893F1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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