#945C21

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

Shades of Afghan Tan #945C21

Tints of Afghan Tan #945C21

Color information

#945C21 (or 0x945C21) is unknown color: approx Afghan Tan. HEX triplet: 94, 5C and 21. RGB value is (148,92,33). Sum of RGB (Red+Green+Blue) = 148+92+33=273 (36% of max value = 765). Red value is 148 (58.20% from 255 or 54.21% from 273); Green value is 92 (36.33% from 255 or 33.70% from 273); Blue value is 33 (13.28% from 255 or 12.09% from 273); Max value from RGB is 148 - color contains mainly: red. Hex color #945C21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #945C21 is #6BA3DE. Grayscale: #666666. Windows color (decimal): -7054303 or 2186388. OLE color: 2186388.

HSL color Cylindrical-coordinate representation of color #945C21: hue angle of 30.78º 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 #945C21 is Cyan = 0, Magento = 0.38, Yellow = 0.78 and Black (K on CMYK) = 0.42.

Color convert

RGB1489233-
CMYK00.380.780.42
HSL30.78º63.54%35.49%-
HSV(B)30.78º77.7%58.04%-
XYZ16.3114.063.29-
YUV102.0289.05160.8-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 54.21%
GREEN value IS 92 (36.33% from 255) = 33.70%
BLUE value IS 33 (13.28% from 255) = 12.09%
R=54.21%
G=33.70%
B=12.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.78
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148923300.380.780.4230.7863.5435.49
Hex945C210264E2A1f4023
Octal22413441046116523710043
Binary10010100101110010000101001101001110101010111111000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945C21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945C21; }

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

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

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

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

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

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

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

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