#945921

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

Shades of Afghan Tan #945921

Tints of Afghan Tan #945921

Color information

#945921 (or 0x945921) is unknown color: approx Afghan Tan. HEX triplet: 94, 59 and 21. RGB value is (148,89,33). Sum of RGB (Red+Green+Blue) = 148+89+33=270 (35% of max value = 765). Red value is 148 (58.20% from 255 or 54.81% from 270); Green value is 89 (35.16% from 255 or 32.96% from 270); Blue value is 33 (13.28% from 255 or 12.22% from 270); Max value from RGB is 148 - color contains mainly: red. Hex color #945921 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #945921 is #6BA6DE. Grayscale: #646464. Windows color (decimal): -7055071 or 2185620. OLE color: 2185620.

HSL color Cylindrical-coordinate representation of color #945921: 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 #945921 is Cyan = 0, Magento = 0.40, Yellow = 0.78 and Black (K on CMYK) = 0.42.

Color convert

RGB1488933-
CMYK00.400.780.42
HSL29.22º63.54%35.49%-
HSV(B)29.22º77.7%58.04%-
XYZ16.0613.553.21-
YUV100.2690.05162.05-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 54.81%
GREEN value IS 89 (35.16% from 255) = 32.96%
BLUE value IS 33 (13.28% from 255) = 12.22%
R=54.81%
G=32.96%
B=12.22%

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
Decimal148893300.400.780.4229.2263.5435.49
Hex9459210284E2A1d4023
Octal22413141050116523510043
Binary10010100101100110000101010001001110101010111011000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945921; }

 p { color: rgb(148,89,33); }

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

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

 a { background-color: rgb(148,89,33); }

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

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

 span { border-color: rgb(148,89,33); }

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