#925E26

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

Shades of Afghan Tan #925E26

Tints of Afghan Tan #925E26

Color information

#925E26 (or 0x925E26) is unknown color: approx Afghan Tan. HEX triplet: 92, 5E and 26. RGB value is (146,94,38). Sum of RGB (Red+Green+Blue) = 146+94+38=278 (36% of max value = 765). Red value is 146 (57.42% from 255 or 52.52% from 278); Green value is 94 (37.11% from 255 or 33.81% from 278); Blue value is 38 (15.23% from 255 or 13.67% from 278); Max value from RGB is 146 - color contains mainly: red. Hex color #925E26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #925E26 is #6DA1D9. Grayscale: #676767. Windows color (decimal): -7184858 or 2514578. OLE color: 2514578.

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

Color convert

RGB1469438-
CMYK00.360.740.43
HSL31.11º58.7%36.08%-
HSV(B)31.11º73.97%57.25%-
XYZ16.2114.263.73-
YUV103.1691.23158.55-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 52.52%
GREEN value IS 94 (37.11% from 255) = 33.81%
BLUE value IS 38 (15.23% from 255) = 13.67%
R=52.52%
G=33.81%
B=13.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.74
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146943800.360.740.4331.1158.736.08
Hex925E260244A2B1f3b24
Octal2221364604411253377344
Binary1001001010111101001100100100100101010101111111111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925E26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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