#935E1C

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

Shades of Afghan Tan #935E1C

Tints of Afghan Tan #935E1C

Color information

#935E1C (or 0x935E1C) is unknown color: approx Afghan Tan. HEX triplet: 93, 5E and 1C. RGB value is (147,94,28). Sum of RGB (Red+Green+Blue) = 147+94+28=269 (35% of max value = 765). Red value is 147 (57.81% from 255 or 54.65% from 269); Green value is 94 (37.11% from 255 or 34.94% from 269); Blue value is 28 (11.33% from 255 or 10.41% from 269); Max value from RGB is 147 - color contains mainly: red. Hex color #935E1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #935E1C is #6CA1E3. Grayscale: #666666. Windows color (decimal): -7119332 or 1859219. OLE color: 1859219.

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

Color convert

RGB1479428-
CMYK00.360.810.42
HSL33.28º68%34.31%-
HSV(B)33.28º80.95%57.65%-
XYZ16.2414.293-
YUV102.3286.06159.87-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 54.65%
GREEN value IS 94 (37.11% from 255) = 34.94%
BLUE value IS 28 (11.33% from 255) = 10.41%
R=54.65%
G=34.94%
B=10.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.81
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147942800.360.810.4233.286834.31
Hex935E1C024512A214422
Octal22313634044121524110442
Binary10010011101111011100010010010100011010101000011000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,94,28); }

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

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

 a { background-color: rgb(147,94,28); }

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

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

 span { border-color: rgb(147,94,28); }

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