#432E14

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

Shades of Clinker #432E14

Tints of Clinker #432E14

Color information

#432E14 (or 0x432E14) is unknown color: approx Clinker. HEX triplet: 43, 2E and 14. RGB value is (67,46,20). Sum of RGB (Red+Green+Blue) = 67+46+20=133 (17% of max value = 765). Red value is 67 (26.56% from 255 or 50.38% from 133); Green value is 46 (18.36% from 255 or 34.59% from 133); Blue value is 20 (8.20% from 255 or 15.04% from 133); Max value from RGB is 67 - color contains mainly: red. Hex color #432E14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432E14 is #BCD1EB. Grayscale: #313131. Windows color (decimal): -12374508 or 1322563. OLE color: 1322563.

HSL color Cylindrical-coordinate representation of color #432E14: hue angle of 33.19º degrees, saturation: 0.54, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #432E14 is Cyan = 0, Magento = 0.31, Yellow = 0.70 and Black (K on CMYK) = 0.74.

Color convert

RGB674620-
CMYK00.310.700.74
HSL33.19º54.02%17.06%-
HSV(B)33.19º70.15%26.27%-
XYZ3.423.21.1-
YUV49.32111.46140.61-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 50.38%
GREEN value IS 46 (18.36% from 255) = 34.59%
BLUE value IS 20 (8.20% from 255) = 15.04%
R=50.38%
G=34.59%
B=15.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.70
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67462000.310.700.7433.1954.0217.06
Hex432E1401F464A213611
Octal1035624037106112416621
Binary1000011101110101000111111000110100101010000111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432E14; }

 p { color: rgb(67,46,20); }

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

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

 a { background-color: rgb(67,46,20); }

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

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

 span { border-color: rgb(67,46,20); }

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