#925C1E

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

Shades of Afghan Tan #925C1E

Tints of Afghan Tan #925C1E

Color information

#925C1E (or 0x925C1E) is unknown color: approx Afghan Tan. HEX triplet: 92, 5C and 1E. RGB value is (146,92,30). Sum of RGB (Red+Green+Blue) = 146+92+30=268 (35% of max value = 765). Red value is 146 (57.42% from 255 or 54.48% from 268); Green value is 92 (36.33% from 255 or 34.33% from 268); Blue value is 30 (12.11% from 255 or 11.19% from 268); Max value from RGB is 146 - color contains mainly: red. Hex color #925C1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #925C1E is #6DA3E1. Grayscale: #656565. Windows color (decimal): -7185378 or 1989778. OLE color: 1989778.

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

Color convert

RGB1469230-
CMYK00.370.790.43
HSL32.07º65.91%34.51%-
HSV(B)32.07º79.45%57.25%-
XYZ15.9213.863.06-
YUV101.0887.89160.04-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 54.48%
GREEN value IS 92 (36.33% from 255) = 34.33%
BLUE value IS 30 (12.11% from 255) = 11.19%
R=54.48%
G=34.33%
B=11.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.79
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146923000.370.790.4332.0765.9134.51
Hex925C1E0254F2B204223
Octal22213436045117534010243
Binary10010010101110011110010010110011111010111000001000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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