#945B21

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

Shades of Afghan Tan #945B21

Tints of Afghan Tan #945B21

Color information

#945B21 (or 0x945B21) is unknown color: approx Afghan Tan. HEX triplet: 94, 5B and 21. RGB value is (148,91,33). Sum of RGB (Red+Green+Blue) = 148+91+33=272 (36% of max value = 765). Red value is 148 (58.20% from 255 or 54.41% from 272); Green value is 91 (35.94% from 255 or 33.46% from 272); Blue value is 33 (13.28% from 255 or 12.13% from 272); Max value from RGB is 148 - color contains mainly: red. Hex color #945B21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #945B21 is #6BA4DE. Grayscale: #656565. Windows color (decimal): -7054559 or 2186132. OLE color: 2186132.

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

Color convert

RGB1489133-
CMYK00.390.780.42
HSL30.26º63.54%35.49%-
HSV(B)30.26º77.7%58.04%-
XYZ16.2313.893.26-
YUV101.4389.38161.22-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 54.41%
GREEN value IS 91 (35.94% from 255) = 33.46%
BLUE value IS 33 (13.28% from 255) = 12.13%
R=54.41%
G=33.46%
B=12.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.78
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148913300.390.780.4230.2663.5435.49
Hex945B210274E2A1e4023
Octal22413341047116523610043
Binary10010100101101110000101001111001110101010111101000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945B21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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