#936525

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

Shades of Afghan Tan #936525

Tints of Afghan Tan #936525

Color information

#936525 (or 0x936525) is unknown color: approx Afghan Tan. HEX triplet: 93, 65 and 25. RGB value is (147,101,37). Sum of RGB (Red+Green+Blue) = 147+101+37=285 (37% of max value = 765). Red value is 147 (57.81% from 255 or 51.58% from 285); Green value is 101 (39.84% from 255 or 35.44% from 285); Blue value is 37 (14.84% from 255 or 12.98% from 285); Max value from RGB is 147 - color contains mainly: red. Hex color #936525 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #936525 is #6C9ADA. Grayscale: #6B6B6B. Windows color (decimal): -7117531 or 2450835. OLE color: 2450835.

HSL color Cylindrical-coordinate representation of color #936525: hue angle of 34.91º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #936525 is Cyan = 0, Magento = 0.31, Yellow = 0.75 and Black (K on CMYK) = 0.42.

Color convert

RGB14710137-
CMYK00.310.750.42
HSL34.91º59.78%36.08%-
HSV(B)34.91º74.83%57.65%-
XYZ17.0215.643.87-
YUV107.4688.24156.2-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 51.58%
GREEN value IS 101 (39.84% from 255) = 35.44%
BLUE value IS 37 (14.84% from 255) = 12.98%
R=51.58%
G=35.44%
B=12.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.75
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471013700.310.750.4234.9159.7836.08
Hex93652501F4B2A233c24
Octal2231454503711352437444
Binary1001001111001011001010111111001011101010100011111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936525; }

 p { color: rgb(147,101,37); }

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

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

 a { background-color: rgb(147,101,37); }

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

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

 span { border-color: rgb(147,101,37); }

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