#432E11

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

Shades of Clinker #432E11

Tints of Clinker #432E11

Color information

#432E11 (or 0x432E11) is unknown color: approx Clinker. HEX triplet: 43, 2E and 11. RGB value is (67,46,17). Sum of RGB (Red+Green+Blue) = 67+46+17=130 (17% of max value = 765). Red value is 67 (26.56% from 255 or 51.54% from 130); Green value is 46 (18.36% from 255 or 35.38% from 130); Blue value is 17 (7.03% from 255 or 13.08% from 130); Max value from RGB is 67 - color contains mainly: red. Hex color #432E11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432E11 is #BCD1EE. Grayscale: #313131. Windows color (decimal): -12374511 or 1125955. OLE color: 1125955.

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

Color convert

RGB674617-
CMYK00.310.750.74
HSL34.8º59.52%16.47%-
HSV(B)34.8º74.63%26.27%-
XYZ3.393.190.97-
YUV48.97109.96140.86-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 51.54%
GREEN value IS 46 (18.36% from 255) = 35.38%
BLUE value IS 17 (7.03% from 255) = 13.08%
R=51.54%
G=35.38%
B=13.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.75
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67461700.310.750.7434.859.5216.47
Hex432E1101F4B4A233c10
Octal1035621037113112437420
Binary1000011101110100010111111001011100101010001111110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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