#42321D

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

Shades of Clinker #42321D

Tints of Clinker #42321D

Color information

#42321D (or 0x42321D) is unknown color: approx Clinker. HEX triplet: 42, 32 and 1D. RGB value is (66,50,29). Sum of RGB (Red+Green+Blue) = 66+50+29=145 (19% of max value = 765). Red value is 66 (26.17% from 255 or 45.52% from 145); Green value is 50 (19.92% from 255 or 34.48% from 145); Blue value is 29 (11.72% from 255 or 20% from 145); Max value from RGB is 66 - color contains mainly: red. Hex color #42321D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42321D is #BDCDE2. Grayscale: #343434. Windows color (decimal): -12439011 or 1913410. OLE color: 1913410.

HSL color Cylindrical-coordinate representation of color #42321D: hue angle of 34.05º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #42321D is Cyan = 0, Magento = 0.24, Yellow = 0.56 and Black (K on CMYK) = 0.74.

Color convert

RGB665029-
CMYK00.240.560.74
HSL34.05º38.95%18.63%-
HSV(B)34.05º56.06%25.88%-
XYZ3.613.531.65-
YUV52.39114.8137.71-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 45.52%
GREEN value IS 50 (19.92% from 255) = 34.48%
BLUE value IS 29 (11.72% from 255) = 20%
R=45.52%
G=34.48%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.56
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66502900.240.560.7434.0538.9518.63
Hex42321D018384A222713
Octal102623503070112424723
Binary100001011001011101011000111000100101010001010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42321D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42321D; }

 p { color: rgb(66,50,29); }

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

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

 a { background-color: rgb(66,50,29); }

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

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

 span { border-color: rgb(66,50,29); }

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