#423421

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

Shades of Clinker #423421

Tints of Clinker #423421

Color information

#423421 (or 0x423421) is unknown color: approx Clinker. HEX triplet: 42, 34 and 21. RGB value is (66,52,33). Sum of RGB (Red+Green+Blue) = 66+52+33=151 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.71% from 151); Green value is 52 (20.70% from 255 or 34.44% from 151); Blue value is 33 (13.28% from 255 or 21.85% from 151); Max value from RGB is 66 - color contains mainly: red. Hex color #423421 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423421 is #BDCBDE. Grayscale: #363636. Windows color (decimal): -12438495 or 2176066. OLE color: 2176066.

HSL color Cylindrical-coordinate representation of color #423421: hue angle of 34.55º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #423421 is Cyan = 0, Magento = 0.21, Yellow = 0.5 and Black (K on CMYK) = 0.74.

Color convert

RGB665233-
CMYK00.210.50.74
HSL34.55º33.33%19.41%-
HSV(B)34.55º50%25.88%-
XYZ3.753.721.96-
YUV54.02116.14136.54-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 43.71%
GREEN value IS 52 (20.70% from 255) = 34.44%
BLUE value IS 33 (13.28% from 255) = 21.85%
R=43.71%
G=34.44%
B=21.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.5
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66523300.210.50.7434.5533.3319.41
Hex423421015324A232113
Octal102644102562112434123
Binary1000010110100100001010101110010100101010001110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423421; }

 p { color: rgb(66,52,33); }

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

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

 a { background-color: rgb(66,52,33); }

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

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

 span { border-color: rgb(66,52,33); }

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