#403321

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

Shades of Clinker #403321

Tints of Clinker #403321

Color information

#403321 (or 0x403321) is unknown color: approx Clinker. HEX triplet: 40, 33 and 21. RGB value is (64,51,33). Sum of RGB (Red+Green+Blue) = 64+51+33=148 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.24% from 148); Green value is 51 (20.31% from 255 or 34.46% from 148); Blue value is 33 (13.28% from 255 or 22.30% from 148); Max value from RGB is 64 - color contains mainly: red. Hex color #403321 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403321 is #BFCCDE. Grayscale: #343434. Windows color (decimal): -12569823 or 2175808. OLE color: 2175808.

HSL color Cylindrical-coordinate representation of color #403321: hue angle of 34.84º 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 #403321 is Cyan = 0, Magento = 0.20, Yellow = 0.48 and Black (K on CMYK) = 0.75.

Color convert

RGB645133-
CMYK00.200.480.75
HSL34.84º31.96%19.02%-
HSV(B)34.84º48.44%25.1%-
XYZ3.573.571.94-
YUV52.83116.81135.96-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 43.24%
GREEN value IS 51 (20.31% from 255) = 34.46%
BLUE value IS 33 (13.28% from 255) = 22.30%
R=43.24%
G=34.46%
B=22.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.48
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64513300.200.480.7534.8431.9619.02
Hex403321014304B232013
Octal100634102460113434023
Binary1000000110011100001010100110000100101110001110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403321; }

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

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

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

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

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

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

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

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