#925B27

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

Shades of Afghan Tan #925B27

Tints of Afghan Tan #925B27

Color information

#925B27 (or 0x925B27) is unknown color: approx Afghan Tan. HEX triplet: 92, 5B and 27. RGB value is (146,91,39). Sum of RGB (Red+Green+Blue) = 146+91+39=276 (36% of max value = 765). Red value is 146 (57.42% from 255 or 52.90% from 276); Green value is 91 (35.94% from 255 or 32.97% from 276); Blue value is 39 (15.62% from 255 or 14.13% from 276); Max value from RGB is 146 - color contains mainly: red. Hex color #925B27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #925B27 is #6DA4D8. Grayscale: #656565. Windows color (decimal): -7185625 or 2579346. OLE color: 2579346.

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

Color convert

RGB1469139-
CMYK00.380.730.43
HSL29.16º57.84%36.27%-
HSV(B)29.16º73.29%57.25%-
XYZ15.9613.743.73-
YUV101.5292.72159.73-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 52.90%
GREEN value IS 91 (35.94% from 255) = 32.97%
BLUE value IS 39 (15.62% from 255) = 14.13%
R=52.90%
G=32.97%
B=14.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.73
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146913900.380.730.4329.1657.8436.27
Hex925B27026492B1d3a24
Octal2221334704611153357244
Binary1001001010110111001110100110100100110101111101111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,91,39); }

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

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

 a { background-color: rgb(146,91,39); }

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

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

 span { border-color: rgb(146,91,39); }

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