#925E2A

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

Shades of Afghan Tan #925E2A

Tints of Afghan Tan #925E2A

Color information

#925E2A (or 0x925E2A) is unknown color: approx Afghan Tan. HEX triplet: 92, 5E and 2A. RGB value is (146,94,42). Sum of RGB (Red+Green+Blue) = 146+94+42=282 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.77% from 282); Green value is 94 (37.11% from 255 or 33.33% from 282); Blue value is 42 (16.80% from 255 or 14.89% from 282); Max value from RGB is 146 - color contains mainly: red. Hex color #925E2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #925E2A is #6DA1D5. Grayscale: #676767. Windows color (decimal): -7184854 or 2776722. OLE color: 2776722.

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

Color convert

RGB1469442-
CMYK00.360.710.43
HSL30º55.32%36.86%-
HSV(B)30º71.23%57.25%-
XYZ16.2714.284.09-
YUV103.6293.23158.23-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 51.77%
GREEN value IS 94 (37.11% from 255) = 33.33%
BLUE value IS 42 (16.80% from 255) = 14.89%
R=51.77%
G=33.33%
B=14.89%

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
Decimal146944200.360.710.433055.3236.86
Hex925E2A024472B1e3725
Octal2221365204410753366745
Binary1001001010111101010100100100100011110101111110110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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