Html Css Color HEX #93531D Afghan Tan

📋 copy color: '#93531D'

red 147 ◦ green 83 ◦ blue 29

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

Shades of Afghan Tan #93531D

Tints of Afghan Tan #93531D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 32.05%

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

R = 56.76%
G = 32.05%
B = 11.2%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.80

 K value IS 0.42

RGB Variations

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

Color information

#93531D (or 0x93531D) is known color: Afghan Tan. HEX triplet: 93, 53 and 1D. RGB value is (147,83,29). Sum of RGB (Red+Green+Blue) = 147+83+29=259 (34% of max value = 765). Red value is 147 (57.81% from 255 or 56.76% from 259); Green value is 83 (32.81% from 255 or 32.05% from 259); Blue value is 29 (11.72% from 255 or 11.20% from 259); Max value from RGB is 147 - color contains mainly: red. Hex color #93531D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93531D is #6CACE2. Grayscale: #606060. Windows color (decimal): -7122147 or 1921939. OLE color: 1921939.

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

Color convert

RGB 147 83 29 -
CMYK 0 0.44 0.80 0.42
HSL 27.46º 0.67% 0.35% -
HSV(B) 27.46º 0.8% 0.58% -
XYZ 15.35 12.48 2.76 -
YUV 95.98 90.2 164.39 -
System Red Green Blue C M Y K H S L
Decimal 147 83 29 0 0.44 0.80 0.42 27.46 0.67 0.35
Hex 93 53 1D 0 2C 50 2A 1B 43 23
Octal 223 123 35 0 54 120 52 33 103 43
Binary 10010011 1010011 11101 0 101100 1010000 101010 11011 1000011 100011

Color Harmonies of #93531D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93531D

Black with #93531D

Text Example


Text Example

White with #93531D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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