#92571D

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

Shades of Afghan Tan #92571D

Tints of Afghan Tan #92571D

Color information

#92571D (or 0x92571D) is unknown color: approx Afghan Tan. HEX triplet: 92, 57 and 1D. RGB value is (146,87,29). Sum of RGB (Red+Green+Blue) = 146+87+29=262 (34% of max value = 765). Red value is 146 (57.42% from 255 or 55.73% from 262); Green value is 87 (34.38% from 255 or 33.21% from 262); Blue value is 29 (11.72% from 255 or 11.07% from 262); Max value from RGB is 146 - color contains mainly: red. Hex color #92571D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #92571D is #6DA8E2. Grayscale: #626262. Windows color (decimal): -7186659 or 1922962. OLE color: 1922962.

HSL color Cylindrical-coordinate representation of color #92571D: hue angle of 29.74º 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 #92571D is Cyan = 0, Magento = 0.40, Yellow = 0.80 and Black (K on CMYK) = 0.43.

Color convert

RGB1468729-
CMYK00.400.800.43
HSL29.74º66.86%34.31%-
HSV(B)29.74º80.14%57.25%-
XYZ15.4813.022.86-
YUV98.0389.05162.22-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 55.73%
GREEN value IS 87 (34.38% from 255) = 33.21%
BLUE value IS 29 (11.72% from 255) = 11.07%
R=55.73%
G=33.21%
B=11.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.80
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146872900.400.800.4329.7466.8634.31
Hex92571D028502B1e4322
Octal22212735050120533610342
Binary1001001010101111110101010001010000101011111101000011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92571D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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