#925F25

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

Shades of Afghan Tan #925F25

Tints of Afghan Tan #925F25

Color information

#925F25 (or 0x925F25) is unknown color: approx Afghan Tan. HEX triplet: 92, 5F and 25. RGB value is (146,95,37). Sum of RGB (Red+Green+Blue) = 146+95+37=278 (36% of max value = 765). Red value is 146 (57.42% from 255 or 52.52% from 278); Green value is 95 (37.5% from 255 or 34.17% from 278); Blue value is 37 (14.84% from 255 or 13.31% from 278); Max value from RGB is 146 - color contains mainly: red. Hex color #925F25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #925F25 is #6DA0DA. Grayscale: #676767. Windows color (decimal): -7184603 or 2449298. OLE color: 2449298.

HSL color Cylindrical-coordinate representation of color #925F25: hue angle of 31.93º 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 #925F25 is Cyan = 0, Magento = 0.35, Yellow = 0.75 and Black (K on CMYK) = 0.43.

Color convert

RGB1469537-
CMYK00.350.750.43
HSL31.93º59.56%35.88%-
HSV(B)31.93º74.66%57.25%-
XYZ16.2814.433.68-
YUV103.6490.4158.22-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 52.52%
GREEN value IS 95 (37.5% from 255) = 34.17%
BLUE value IS 37 (14.84% from 255) = 13.31%
R=52.52%
G=34.17%
B=13.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.75
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146953700.350.750.4331.9359.5635.88
Hex925F250234B2B203c24
Octal2221374504311353407444
Binary10010010101111110010101000111001011101011100000111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925F25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,95,37); }

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

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

 a { background-color: rgb(146,95,37); }

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

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

 span { border-color: rgb(146,95,37); }

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