#925C26

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

Shades of Afghan Tan #925C26

Tints of Afghan Tan #925C26

Color information

#925C26 (or 0x925C26) is unknown color: approx Afghan Tan. HEX triplet: 92, 5C and 26. RGB value is (146,92,38). Sum of RGB (Red+Green+Blue) = 146+92+38=276 (36% of max value = 765). Red value is 146 (57.42% from 255 or 52.90% from 276); Green value is 92 (36.33% from 255 or 33.33% from 276); Blue value is 38 (15.23% from 255 or 13.77% from 276); Max value from RGB is 146 - color contains mainly: red. Hex color #925C26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #925C26 is #6DA3D9. Grayscale: #666666. Windows color (decimal): -7185370 or 2514066. OLE color: 2514066.

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

Color convert

RGB1469238-
CMYK00.370.740.43
HSL30º58.7%36.08%-
HSV(B)30º73.97%57.25%-
XYZ16.0313.913.67-
YUV101.9991.89159.39-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 52.90%
GREEN value IS 92 (36.33% from 255) = 33.33%
BLUE value IS 38 (15.23% from 255) = 13.77%
R=52.90%
G=33.33%
B=13.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.74
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146923800.370.740.433058.736.08
Hex925C260254A2B1e3b24
Octal2221344604511253367344
Binary1001001010111001001100100101100101010101111110111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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