#925C24

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

Shades of Afghan Tan #925C24

Tints of Afghan Tan #925C24

Color information

#925C24 (or 0x925C24) is unknown color: approx Afghan Tan. HEX triplet: 92, 5C and 24. RGB value is (146,92,36). Sum of RGB (Red+Green+Blue) = 146+92+36=274 (36% of max value = 765). Red value is 146 (57.42% from 255 or 53.28% from 274); Green value is 92 (36.33% from 255 or 33.58% from 274); Blue value is 36 (14.45% from 255 or 13.14% from 274); Max value from RGB is 146 - color contains mainly: red. Hex color #925C24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #925C24 is #6DA3DB. Grayscale: #666666. Windows color (decimal): -7185372 or 2382994. OLE color: 2382994.

HSL color Cylindrical-coordinate representation of color #925C24: hue angle of 30.55º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #925C24 is Cyan = 0, Magento = 0.37, Yellow = 0.75 and Black (K on CMYK) = 0.43.

Color convert

RGB1469236-
CMYK00.370.750.43
HSL30.55º60.44%35.69%-
HSV(B)30.55º75.34%57.25%-
XYZ1613.893.51-
YUV101.7690.89159.55-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 53.28%
GREEN value IS 92 (36.33% from 255) = 33.58%
BLUE value IS 36 (14.45% from 255) = 13.14%
R=53.28%
G=33.58%
B=13.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.75
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146923600.370.750.4330.5560.4435.69
Hex925C240254B2B1f3c24
Octal2221344404511353377444
Binary1001001010111001001000100101100101110101111111111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925C24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925C24; }

 p { color: rgb(146,92,36); }

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

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

 a { background-color: rgb(146,92,36); }

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

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

 span { border-color: rgb(146,92,36); }

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