#403220

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

Shades of Clinker #403220

Tints of Clinker #403220

Color information

#403220 (or 0x403220) is unknown color: approx Clinker. HEX triplet: 40, 32 and 20. RGB value is (64,50,32). Sum of RGB (Red+Green+Blue) = 64+50+32=146 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.84% from 146); Green value is 50 (19.92% from 255 or 34.25% from 146); Blue value is 32 (12.89% from 255 or 21.92% from 146); Max value from RGB is 64 - color contains mainly: red. Hex color #403220 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403220 is #BFCDDF. Grayscale: #343434. Windows color (decimal): -12570080 or 2110016. OLE color: 2110016.

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

Color convert

RGB645032-
CMYK00.220.500.75
HSL33.75º33.33%18.82%-
HSV(B)33.75º50%25.1%-
XYZ3.523.481.85-
YUV52.13116.64136.46-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 43.84%
GREEN value IS 50 (19.92% from 255) = 34.25%
BLUE value IS 32 (12.89% from 255) = 21.92%
R=43.84%
G=34.25%
B=21.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.50
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64503200.220.500.7533.7533.3318.82
Hex403220016324B222113
Octal100624002662113424123
Binary1000000110010100000010110110010100101110001010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403220; }

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

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

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

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

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

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

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

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