Html Css Color HEX #93471D Saddle Brown

📋 copy color: '#93471D'

red 147 ◦ green 71 ◦ blue 29

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

Shades of Saddle Brown #93471D

Tints of Saddle Brown #93471D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 28.74%

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

R = 59.51%
G = 28.74%
B = 11.74%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.80

 K value IS 0.42

RGB Variations

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

Color information

#93471D (or 0x93471D) is known color: Saddle Brown. HEX triplet: 93, 47 and 1D. RGB value is (147,71,29). Sum of RGB (Red+Green+Blue) = 147+71+29=247 (32% of max value = 765). Red value is 147 (57.81% from 255 or 59.51% from 247); Green value is 71 (28.12% from 255 or 28.74% from 247); Blue value is 29 (11.72% from 255 or 11.74% from 247); Max value from RGB is 147 - color contains mainly: red. Hex color #93471D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93471D is #6CB8E2. Grayscale: #595959. Windows color (decimal): -7125219 or 1918867. OLE color: 1918867.

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

Color convert

RGB 147 71 29 -
CMYK 0 0.52 0.80 0.42
HSL 21.36º 0.67% 0.35% -
HSV(B) 21.36º 0.8% 0.58% -
XYZ 14.51 10.8 2.48 -
YUV 88.94 94.18 169.42 -
System Red Green Blue C M Y K H S L
Decimal 147 71 29 0 0.52 0.80 0.42 21.36 0.67 0.35
Hex 93 47 1D 0 34 50 2A 15 43 23
Octal 223 107 35 0 64 120 52 25 103 43
Binary 10010011 1000111 11101 0 110100 1010000 101010 10101 1000011 100011

Color Harmonies of #93471D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93471D

Black with #93471D

Text Example


Text Example

White with #93471D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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