#925A1D

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

Shades of Afghan Tan #925A1D

Tints of Afghan Tan #925A1D

Color information

#925A1D (or 0x925A1D) is unknown color: approx Afghan Tan. HEX triplet: 92, 5A and 1D. RGB value is (146,90,29). Sum of RGB (Red+Green+Blue) = 146+90+29=265 (35% of max value = 765). Red value is 146 (57.42% from 255 or 55.09% from 265); Green value is 90 (35.55% from 255 or 33.96% from 265); Blue value is 29 (11.72% from 255 or 10.94% from 265); Max value from RGB is 146 - color contains mainly: red. Hex color #925A1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #925A1D is #6DA5E2. Grayscale: #646464. Windows color (decimal): -7185891 or 1923730. OLE color: 1923730.

HSL color Cylindrical-coordinate representation of color #925A1D: hue angle of 31.28º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #925A1D is Cyan = 0, Magento = 0.38, Yellow = 0.80 and Black (K on CMYK) = 0.43.

Color convert

RGB1469029-
CMYK00.380.800.43
HSL31.28º66.86%34.31%-
HSV(B)31.28º80.14%57.25%-
XYZ15.7313.512.94-
YUV99.7988.05160.96-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 55.09%
GREEN value IS 90 (35.55% from 255) = 33.96%
BLUE value IS 29 (11.72% from 255) = 10.94%
R=55.09%
G=33.96%
B=10.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.80
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146902900.380.800.4331.2866.8634.31
Hex925A1D026502B1f4322
Octal22213235046120533710342
Binary1001001010110101110101001101010000101011111111000011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,90,29); }

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

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

 a { background-color: rgb(146,90,29); }

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

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

 span { border-color: rgb(146,90,29); }

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