#935820

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

Shades of Afghan Tan #935820

Tints of Afghan Tan #935820

Color information

#935820 (or 0x935820) is unknown color: approx Afghan Tan. HEX triplet: 93, 58 and 20. RGB value is (147,88,32). Sum of RGB (Red+Green+Blue) = 147+88+32=267 (35% of max value = 765). Red value is 147 (57.81% from 255 or 55.06% from 267); Green value is 88 (34.77% from 255 or 32.96% from 267); Blue value is 32 (12.89% from 255 or 11.99% from 267); Max value from RGB is 147 - color contains mainly: red. Hex color #935820 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #935820 is #6CA7DF. Grayscale: #636363. Windows color (decimal): -7120864 or 2119827. OLE color: 2119827.

HSL color Cylindrical-coordinate representation of color #935820: hue angle of 29.22º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #935820 is Cyan = 0, Magento = 0.40, Yellow = 0.78 and Black (K on CMYK) = 0.42.

Color convert

RGB1478832-
CMYK00.400.780.42
HSL29.22º64.25%35.1%-
HSV(B)29.22º78.23%57.65%-
XYZ15.7813.293.1-
YUV99.2690.05162.05-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 55.06%
GREEN value IS 88 (34.77% from 255) = 32.96%
BLUE value IS 32 (12.89% from 255) = 11.99%
R=55.06%
G=32.96%
B=11.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.78
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147883200.400.780.4229.2264.2535.1
Hex9358200284E2A1d4023
Octal22313040050116523510043
Binary10010011101100010000001010001001110101010111011000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #935820; }

 p { color: rgb(147,88,32); }

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

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

 a { background-color: rgb(147,88,32); }

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

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

 span { border-color: rgb(147,88,32); }

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