#40311C

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

Shades of Clinker #40311C

Tints of Clinker #40311C

Color information

#40311C (or 0x40311C) is unknown color: approx Clinker. HEX triplet: 40, 31 and 1C. RGB value is (64,49,28). Sum of RGB (Red+Green+Blue) = 64+49+28=141 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.39% from 141); Green value is 49 (19.53% from 255 or 34.75% from 141); Blue value is 28 (11.33% from 255 or 19.86% from 141); Max value from RGB is 64 - color contains mainly: red. Hex color #40311C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40311C is #BFCEE3. Grayscale: #333333. Windows color (decimal): -12570340 or 1847616. OLE color: 1847616.

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

Color convert

RGB644928-
CMYK00.230.560.75
HSL35º39.13%18.04%-
HSV(B)35º56.25%25.1%-
XYZ3.423.371.57-
YUV51.09114.97137.21-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 45.39%
GREEN value IS 49 (19.53% from 255) = 34.75%
BLUE value IS 28 (11.33% from 255) = 19.86%
R=45.39%
G=34.75%
B=19.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.56
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64492800.230.560.753539.1318.04
Hex40311C017384B232712
Octal100613402770113434722
Binary100000011000111100010111111000100101110001110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40311C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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