Html Css Color HEX #93491D Saddle Brown

📋 copy color: '#93491D'

red 147 ◦ green 73 ◦ blue 29

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

Shades of Saddle Brown #93491D

Tints of Saddle Brown #93491D

RGB

 RED value IS 147 (57.81% from 255) = 59.04%

 GREEN value IS 73 (28.91% from 255) = 29.32%

 BLUE value IS 29 (11.72% from 255) = 11.65%

R = 59.04%
G = 29.32%
B = 11.65%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.80

 K value IS 0.42

RGB Variations

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

Color information

#93491D (or 0x93491D) is known color: Saddle Brown. HEX triplet: 93, 49 and 1D. RGB value is (147,73,29). Sum of RGB (Red+Green+Blue) = 147+73+29=249 (32% of max value = 765). Red value is 147 (57.81% from 255 or 59.04% from 249); Green value is 73 (28.91% from 255 or 29.32% from 249); Blue value is 29 (11.72% from 255 or 11.65% from 249); Max value from RGB is 147 - color contains mainly: red. Hex color #93491D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93491D is #6CB6E2. Grayscale: #5A5A5A. Windows color (decimal): -7124707 or 1919379. OLE color: 1919379.

HSL color Cylindrical-coordinate representation of color #93491D: hue angle of 22.37º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #93491D is Cyan = 0, Magento = 0.50, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 73 29 -
CMYK 0 0.50 0.80 0.42
HSL 22.37º 0.67% 0.35% -
HSV(B) 22.37º 0.8% 0.58% -
XYZ 14.64 11.06 2.53 -
YUV 90.11 93.52 168.58 -
System Red Green Blue C M Y K H S L
Decimal 147 73 29 0 0.50 0.80 0.42 22.37 0.67 0.35
Hex 93 49 1D 0 32 50 2A 16 43 23
Octal 223 111 35 0 62 120 52 26 103 43
Binary 10010011 1001001 11101 0 110010 1010000 101010 10110 1000011 100011

Color Harmonies of #93491D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93491D

Black with #93491D

Text Example


Text Example

White with #93491D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93491D; }

 p { color: rgb(147,73,29); }

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

background-color css

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

 a { background-color: rgb(147,73,29); }

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

border-color css

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

 span { border-color: rgb(147,73,29); }

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