#925B1E

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

Shades of Afghan Tan #925B1E

Tints of Afghan Tan #925B1E

Color information

#925B1E (or 0x925B1E) is unknown color: approx Afghan Tan. HEX triplet: 92, 5B and 1E. RGB value is (146,91,30). Sum of RGB (Red+Green+Blue) = 146+91+30=267 (35% of max value = 765). Red value is 146 (57.42% from 255 or 54.68% from 267); Green value is 91 (35.94% from 255 or 34.08% from 267); Blue value is 30 (12.11% from 255 or 11.24% from 267); Max value from RGB is 146 - color contains mainly: red. Hex color #925B1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #925B1E is #6DA4E1. Grayscale: #646464. Windows color (decimal): -7185634 or 1989522. OLE color: 1989522.

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

Color convert

RGB1469130-
CMYK00.380.790.43
HSL31.55º65.91%34.51%-
HSV(B)31.55º79.45%57.25%-
XYZ15.8313.693.04-
YUV100.4988.22160.46-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 54.68%
GREEN value IS 91 (35.94% from 255) = 34.08%
BLUE value IS 30 (12.11% from 255) = 11.24%
R=54.68%
G=34.08%
B=11.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.79
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146913000.380.790.4331.5565.9134.51
Hex925B1E0264F2B204223
Octal22213336046117534010243
Binary10010010101101111110010011010011111010111000001000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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