#42331C

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

Shades of Clinker #42331C

Tints of Clinker #42331C

Color information

#42331C (or 0x42331C) is unknown color: approx Clinker. HEX triplet: 42, 33 and 1C. RGB value is (66,51,28). Sum of RGB (Red+Green+Blue) = 66+51+28=145 (19% of max value = 765). Red value is 66 (26.17% from 255 or 45.52% from 145); Green value is 51 (20.31% from 255 or 35.17% from 145); Blue value is 28 (11.33% from 255 or 19.31% from 145); Max value from RGB is 66 - color contains mainly: red. Hex color #42331C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42331C is #BDCCE3. Grayscale: #343434. Windows color (decimal): -12438756 or 1848130. OLE color: 1848130.

HSL color Cylindrical-coordinate representation of color #42331C: hue angle of 36.32º degrees, saturation: 0.4, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #42331C is Cyan = 0, Magento = 0.23, Yellow = 0.58 and Black (K on CMYK) = 0.74.

Color convert

RGB665128-
CMYK00.230.580.74
HSL36.32º40.43%18.43%-
HSV(B)36.32º57.58%25.88%-
XYZ3.643.611.6-
YUV52.86113.97137.37-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 45.52%
GREEN value IS 51 (20.31% from 255) = 35.17%
BLUE value IS 28 (11.33% from 255) = 19.31%
R=45.52%
G=35.17%
B=19.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.58
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66512800.230.580.7436.3240.4318.43
Hex42331C0173A4A242812
Octal102633402772112445022
Binary100001011001111100010111111010100101010010010100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42331C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,51,28); }

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

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

 a { background-color: rgb(66,51,28); }

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

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

 span { border-color: rgb(66,51,28); }

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