Html Css Color HEX #93441D Saddle Brown

📋 copy color: '#93441D'

red 147 ◦ green 68 ◦ blue 29

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

Shades of Saddle Brown #93441D

Tints of Saddle Brown #93441D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 27.87%

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

R = 60.25%
G = 27.87%
B = 11.89%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.80

 K value IS 0.42

RGB Variations

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

Color information

#93441D (or 0x93441D) is known color: Saddle Brown. HEX triplet: 93, 44 and 1D. RGB value is (147,68,29). Sum of RGB (Red+Green+Blue) = 147+68+29=244 (32% of max value = 765). Red value is 147 (57.81% from 255 or 60.25% from 244); Green value is 68 (26.95% from 255 or 27.87% from 244); Blue value is 29 (11.72% from 255 or 11.89% from 244); Max value from RGB is 147 - color contains mainly: red. Hex color #93441D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93441D is #6CBBE2. Grayscale: #575757. Windows color (decimal): -7125987 or 1918099. OLE color: 1918099.

HSL color Cylindrical-coordinate representation of color #93441D: hue angle of 19.83º 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 #93441D is Cyan = 0, Magento = 0.54, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 68 29 -
CMYK 0 0.54 0.80 0.42
HSL 19.83º 0.67% 0.35% -
HSV(B) 19.83º 0.8% 0.58% -
XYZ 14.32 10.43 2.42 -
YUV 87.18 95.17 170.67 -
System Red Green Blue C M Y K H S L
Decimal 147 68 29 0 0.54 0.80 0.42 19.83 0.67 0.35
Hex 93 44 1D 0 36 50 2A 14 43 23
Octal 223 104 35 0 66 120 52 24 103 43
Binary 10010011 1000100 11101 0 110110 1010000 101010 10100 1000011 100011

Color Harmonies of #93441D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93441D

Black with #93441D

Text Example


Text Example

White with #93441D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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