#925D2A

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

Shades of Afghan Tan #925D2A

Tints of Afghan Tan #925D2A

Color information

#925D2A (or 0x925D2A) is unknown color: approx Afghan Tan. HEX triplet: 92, 5D and 2A. RGB value is (146,93,42). Sum of RGB (Red+Green+Blue) = 146+93+42=281 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.96% from 281); Green value is 93 (36.72% from 255 or 33.10% from 281); Blue value is 42 (16.80% from 255 or 14.95% from 281); Max value from RGB is 146 - color contains mainly: red. Hex color #925D2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #925D2A is #6DA2D5. Grayscale: #676767. Windows color (decimal): -7185110 or 2776466. OLE color: 2776466.

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

Color convert

RGB1469342-
CMYK00.360.710.43
HSL29.42º55.32%36.86%-
HSV(B)29.42º71.23%57.25%-
XYZ16.1914.114.06-
YUV103.0393.56158.65-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 51.96%
GREEN value IS 93 (36.72% from 255) = 33.10%
BLUE value IS 42 (16.80% from 255) = 14.95%
R=51.96%
G=33.10%
B=14.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.71
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146934200.360.710.4329.4255.3236.86
Hex925D2A024472B1d3725
Octal2221355204410753356745
Binary1001001010111011010100100100100011110101111101110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,93,42); }

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

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

 a { background-color: rgb(146,93,42); }

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

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

 span { border-color: rgb(146,93,42); }

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