#40311E

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

Shades of Clinker #40311E

Tints of Clinker #40311E

Color information

#40311E (or 0x40311E) is unknown color: approx Clinker. HEX triplet: 40, 31 and 1E. RGB value is (64,49,30). Sum of RGB (Red+Green+Blue) = 64+49+30=143 (18% of max value = 765). Red value is 64 (25.39% from 255 or 44.76% from 143); Green value is 49 (19.53% from 255 or 34.27% from 143); Blue value is 30 (12.11% from 255 or 20.98% from 143); Max value from RGB is 64 - color contains mainly: red. Hex color #40311E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40311E is #BFCEE1. Grayscale: #333333. Windows color (decimal): -12570338 or 1978688. OLE color: 1978688.

HSL color Cylindrical-coordinate representation of color #40311E: hue angle of 33.53º degrees, saturation: 0.36, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #40311E is Cyan = 0, Magento = 0.23, Yellow = 0.53 and Black (K on CMYK) = 0.75.

Color convert

RGB644930-
CMYK00.230.530.75
HSL33.53º36.17%18.43%-
HSV(B)33.53º53.12%25.1%-
XYZ3.453.381.7-
YUV51.32115.97137.04-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 44.76%
GREEN value IS 49 (19.53% from 255) = 34.27%
BLUE value IS 30 (12.11% from 255) = 20.98%
R=44.76%
G=34.27%
B=20.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.53
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64493000.230.530.7533.5336.1718.43
Hex40311E017354B222412
Octal100613602765113424422
Binary100000011000111110010111110101100101110001010010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40311E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40311E; }

 p { color: rgb(64,49,30); }

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

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

 a { background-color: rgb(64,49,30); }

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

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

 span { border-color: rgb(64,49,30); }

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