#432E12

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

Shades of Clinker #432E12

Tints of Clinker #432E12

Color information

#432E12 (or 0x432E12) is unknown color: approx Clinker. HEX triplet: 43, 2E and 12. RGB value is (67,46,18). Sum of RGB (Red+Green+Blue) = 67+46+18=131 (17% of max value = 765). Red value is 67 (26.56% from 255 or 51.15% from 131); Green value is 46 (18.36% from 255 or 35.11% from 131); Blue value is 18 (7.42% from 255 or 13.74% from 131); Max value from RGB is 67 - color contains mainly: red. Hex color #432E12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432E12 is #BCD1ED. Grayscale: #313131. Windows color (decimal): -12374510 or 1191491. OLE color: 1191491.

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

Color convert

RGB674618-
CMYK00.310.730.74
HSL34.29º57.65%16.67%-
HSV(B)34.29º73.13%26.27%-
XYZ3.43.191.01-
YUV49.09110.46140.78-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 51.15%
GREEN value IS 46 (18.36% from 255) = 35.11%
BLUE value IS 18 (7.42% from 255) = 13.74%
R=51.15%
G=35.11%
B=13.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.73
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67461800.310.730.7434.2957.6516.67
Hex432E1201F494A223a11
Octal1035622037111112427221
Binary1000011101110100100111111001001100101010001011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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