#40321F

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

Shades of Clinker #40321F

Tints of Clinker #40321F

Color information

#40321F (or 0x40321F) is unknown color: approx Clinker. HEX triplet: 40, 32 and 1F. RGB value is (64,50,31). Sum of RGB (Red+Green+Blue) = 64+50+31=145 (19% of max value = 765). Red value is 64 (25.39% from 255 or 44.14% from 145); Green value is 50 (19.92% from 255 or 34.48% from 145); Blue value is 31 (12.5% from 255 or 21.38% from 145); Max value from RGB is 64 - color contains mainly: red. Hex color #40321F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40321F is #BFCDE0. Grayscale: #343434. Windows color (decimal): -12570081 or 2044480. OLE color: 2044480.

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

Color convert

RGB645031-
CMYK00.220.520.75
HSL34.55º34.74%18.63%-
HSV(B)34.55º51.56%25.1%-
XYZ3.53.471.78-
YUV52.02116.14136.54-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 44.14%
GREEN value IS 50 (19.92% from 255) = 34.48%
BLUE value IS 31 (12.5% from 255) = 21.38%
R=44.14%
G=34.48%
B=21.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.52
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64503100.220.520.7534.5534.7418.63
Hex40321F016344B232313
Octal100623702664113434323
Binary100000011001011111010110110100100101110001110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40321F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40321F; }

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

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

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

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

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

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

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

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