#935B29

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

Shades of Afghan Tan #935B29

Tints of Afghan Tan #935B29

Color information

#935B29 (or 0x935B29) is unknown color: approx Afghan Tan. HEX triplet: 93, 5B and 29. RGB value is (147,91,41). Sum of RGB (Red+Green+Blue) = 147+91+41=279 (36% of max value = 765). Red value is 147 (57.81% from 255 or 52.69% from 279); Green value is 91 (35.94% from 255 or 32.62% from 279); Blue value is 41 (16.41% from 255 or 14.70% from 279); Max value from RGB is 147 - color contains mainly: red. Hex color #935B29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #935B29 is #6CA4D6. Grayscale: #666666. Windows color (decimal): -7120087 or 2710419. OLE color: 2710419.

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

Color convert

RGB1479141-
CMYK00.380.720.42
HSL28.3º56.38%36.86%-
HSV(B)28.3º72.11%57.65%-
XYZ16.1713.853.92-
YUV102.0493.55160.07-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 52.69%
GREEN value IS 91 (35.94% from 255) = 32.62%
BLUE value IS 41 (16.41% from 255) = 14.70%
R=52.69%
G=32.62%
B=14.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.72
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147914100.380.720.4228.356.3836.86
Hex935B29026482A1c3825
Octal2231335104611052347045
Binary1001001110110111010010100110100100010101011100111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935B29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #935B29; }

 p { color: rgb(147,91,41); }

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

<style>
 a { background-color: #935B29; }

 a { background-color: rgb(147,91,41); }

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

<style>
 span { border-color: #935B29; }

 span { border-color: rgb(147,91,41); }

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