#423423

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

Shades of Clinker #423423

Tints of Clinker #423423

Color information

#423423 (or 0x423423) is unknown color: approx Clinker. HEX triplet: 42, 34 and 23. RGB value is (66,52,35). Sum of RGB (Red+Green+Blue) = 66+52+35=153 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.14% from 153); Green value is 52 (20.70% from 255 or 33.99% from 153); Blue value is 35 (14.06% from 255 or 22.88% from 153); Max value from RGB is 66 - color contains mainly: red. Hex color #423423 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423423 is #BDCBDC. Grayscale: #363636. Windows color (decimal): -12438493 or 2307138. OLE color: 2307138.

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

Color convert

RGB665235-
CMYK00.210.470.74
HSL32.9º30.69%19.8%-
HSV(B)32.9º46.97%25.88%-
XYZ3.783.742.11-
YUV54.25117.14136.38-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 43.14%
GREEN value IS 52 (20.70% from 255) = 33.99%
BLUE value IS 35 (14.06% from 255) = 22.88%
R=43.14%
G=33.99%
B=22.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.47
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66523500.210.470.7432.930.6919.8
Hex4234230152F4A211f14
Octal102644302557112413724
Binary100001011010010001101010110111110010101000011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423423; }

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

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

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

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

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

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

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

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