#403221

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

Shades of Clinker #403221

Tints of Clinker #403221

Color information

#403221 (or 0x403221) is unknown color: approx Clinker. HEX triplet: 40, 32 and 21. RGB value is (64,50,33). Sum of RGB (Red+Green+Blue) = 64+50+33=147 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.54% from 147); Green value is 50 (19.92% from 255 or 34.01% from 147); Blue value is 33 (13.28% from 255 or 22.45% from 147); Max value from RGB is 64 - color contains mainly: red. Hex color #403221 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403221 is #BFCDDE. Grayscale: #343434. Windows color (decimal): -12570079 or 2175552. OLE color: 2175552.

HSL color Cylindrical-coordinate representation of color #403221: hue angle of 32.9º degrees, saturation: 0.32, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #403221 is Cyan = 0, Magento = 0.22, Yellow = 0.48 and Black (K on CMYK) = 0.75.

Color convert

RGB645033-
CMYK00.220.480.75
HSL32.9º31.96%19.02%-
HSV(B)32.9º48.44%25.1%-
XYZ3.533.481.92-
YUV52.25117.14136.38-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 43.54%
GREEN value IS 50 (19.92% from 255) = 34.01%
BLUE value IS 33 (13.28% from 255) = 22.45%
R=43.54%
G=34.01%
B=22.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.48
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64503300.220.480.7532.931.9619.02
Hex403221016304B212013
Octal100624102660113414023
Binary1000000110010100001010110110000100101110000110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403221; }

 p { color: rgb(64,50,33); }

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

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

 a { background-color: rgb(64,50,33); }

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

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

 span { border-color: rgb(64,50,33); }

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