#92561D

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

Shades of Afghan Tan #92561D

Tints of Afghan Tan #92561D

Color information

#92561D (or 0x92561D) is unknown color: approx Afghan Tan. HEX triplet: 92, 56 and 1D. RGB value is (146,86,29). Sum of RGB (Red+Green+Blue) = 146+86+29=261 (34% of max value = 765). Red value is 146 (57.42% from 255 or 55.94% from 261); Green value is 86 (33.98% from 255 or 32.95% from 261); Blue value is 29 (11.72% from 255 or 11.11% from 261); Max value from RGB is 146 - color contains mainly: red. Hex color #92561D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #92561D is #6DA9E2. Grayscale: #616161. Windows color (decimal): -7186915 or 1922706. OLE color: 1922706.

HSL color Cylindrical-coordinate representation of color #92561D: hue angle of 29.23º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #92561D is Cyan = 0, Magento = 0.41, Yellow = 0.80 and Black (K on CMYK) = 0.43.

Color convert

RGB1468629-
CMYK00.410.800.43
HSL29.23º66.86%34.31%-
HSV(B)29.23º80.14%57.25%-
XYZ15.412.862.83-
YUV97.4489.38162.63-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 55.94%
GREEN value IS 86 (33.98% from 255) = 32.95%
BLUE value IS 29 (11.72% from 255) = 11.11%
R=55.94%
G=32.95%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.80
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146862900.410.800.4329.2366.8634.31
Hex92561D029502B1d4322
Octal22212635051120533510342
Binary1001001010101101110101010011010000101011111011000011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92561D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92561D; }

 p { color: rgb(146,86,29); }

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

<style>
 a { background-color: #92561D; }

 a { background-color: rgb(146,86,29); }

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

<style>
 span { border-color: #92561D; }

 span { border-color: rgb(146,86,29); }

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