#432E0F

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

Shades of Clinker #432E0F

Tints of Clinker #432E0F

Color information

#432E0F (or 0x432E0F) is unknown color: approx Clinker. HEX triplet: 43, 2E and 0F. RGB value is (67,46,15). Sum of RGB (Red+Green+Blue) = 67+46+15=128 (16% of max value = 765). Red value is 67 (26.56% from 255 or 52.34% from 128); Green value is 46 (18.36% from 255 or 35.94% from 128); Blue value is 15 (6.25% from 255 or 11.72% from 128); Max value from RGB is 67 - color contains mainly: red. Hex color #432E0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432E0F is #BCD1F0. Grayscale: #303030. Windows color (decimal): -12374513 or 994883. OLE color: 994883.

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

Color convert

RGB674615-
CMYK00.310.780.74
HSL35.77º63.41%16.08%-
HSV(B)35.77º77.61%26.27%-
XYZ3.383.180.89-
YUV48.74108.96141.02-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 52.34%
GREEN value IS 46 (18.36% from 255) = 35.94%
BLUE value IS 15 (6.25% from 255) = 11.72%
R=52.34%
G=35.94%
B=11.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.78
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67461500.310.780.7435.7763.4116.08
Hex432EF01F4E4A243f10
Octal1035617037116112447720
Binary100001110111011110111111001110100101010010011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432E0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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