#935C1B

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

Shades of Afghan Tan #935C1B

Tints of Afghan Tan #935C1B

Color information

#935C1B (or 0x935C1B) is unknown color: approx Afghan Tan. HEX triplet: 93, 5C and 1B. RGB value is (147,92,27). Sum of RGB (Red+Green+Blue) = 147+92+27=266 (35% of max value = 765). Red value is 147 (57.81% from 255 or 55.26% from 266); Green value is 92 (36.33% from 255 or 34.59% from 266); Blue value is 27 (10.94% from 255 or 10.15% from 266); Max value from RGB is 147 - color contains mainly: red. Hex color #935C1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #935C1B is #6CA3E4. Grayscale: #656565. Windows color (decimal): -7119845 or 1793171. OLE color: 1793171.

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

Color convert

RGB1479227-
CMYK00.370.820.42
HSL32.5º68.97%34.12%-
HSV(B)32.5º81.63%57.65%-
XYZ16.0613.942.88-
YUV101.0486.22160.79-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 55.26%
GREEN value IS 92 (36.33% from 255) = 34.59%
BLUE value IS 27 (10.94% from 255) = 10.15%
R=55.26%
G=34.59%
B=10.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.82
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147922700.370.820.4232.568.9734.12
Hex935C1B025522A204522
Octal22313433045122524010542
Binary10010011101110011011010010110100101010101000001000101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935C1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,92,27); }

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

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

 a { background-color: rgb(147,92,27); }

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

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

 span { border-color: rgb(147,92,27); }

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