#93632A

Color #93632A Afghan Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Afghan Tan #93632A

Tints of Afghan Tan #93632A

Color information

#93632A (or 0x93632A) is unknown color: approx Afghan Tan. HEX triplet: 93, 63 and 2A. RGB value is (147,99,42). Sum of RGB (Red+Green+Blue) = 147+99+42=288 (38% of max value = 765). Red value is 147 (57.81% from 255 or 51.04% from 288); Green value is 99 (39.06% from 255 or 34.38% from 288); Blue value is 42 (16.80% from 255 or 14.58% from 288); Max value from RGB is 147 - color contains mainly: red. Hex color #93632A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93632A is #6C9CD5. Grayscale: #6B6B6B. Windows color (decimal): -7118038 or 2778003. OLE color: 2778003.

HSL color Cylindrical-coordinate representation of color #93632A: hue angle of 32.57º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #93632A is Cyan = 0, Magento = 0.33, Yellow = 0.71 and Black (K on CMYK) = 0.42.

Color convert

RGB1479942-
CMYK00.330.710.42
HSL32.57º55.56%37.06%-
HSV(B)32.57º71.43%57.65%-
XYZ16.9115.294.25-
YUV106.8591.4156.63-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 51.04%
GREEN value IS 99 (39.06% from 255) = 34.38%
BLUE value IS 42 (16.80% from 255) = 14.58%
R=51.04%
G=34.38%
B=14.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.71
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147994200.330.710.4232.5755.5637.06
Hex93632A021472A213825
Octal2231435204110752417045
Binary10010011110001110101001000011000111101010100001111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93632A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93632A; }

 p { color: rgb(147,99,42); }

 H1.HeaderClassName
 {
   color: #93632A;
 }
 .AnyTagClassName
 {
   color: #93632A;
 }
</style>
background-color css

<style>
 a { background-color: #93632A; }

 a { background-color: rgb(147,99,42); }

 div.DivClassName
 {
   background-color: #93632A;
 }
 .BgClassName
 {
   background-color: #93632A;
 }
</style>
border-color css

<style>
 span { border-color: #93632A; }

 span { border-color: rgb(147,99,42); }

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