#432E0E

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

Shades of Clinker #432E0E

Tints of Clinker #432E0E

Color information

#432E0E (or 0x432E0E) is unknown color: approx Clinker. HEX triplet: 43, 2E and 0E. RGB value is (67,46,14). Sum of RGB (Red+Green+Blue) = 67+46+14=127 (16% of max value = 765). Red value is 67 (26.56% from 255 or 52.76% from 127); Green value is 46 (18.36% from 255 or 36.22% from 127); Blue value is 14 (5.86% from 255 or 11.02% from 127); Max value from RGB is 67 - color contains mainly: red. Hex color #432E0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432E0E is #BCD1F1. Grayscale: #303030. Windows color (decimal): -12374514 or 929347. OLE color: 929347.

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

Color convert

RGB674614-
CMYK00.310.790.74
HSL36.23º65.43%15.88%-
HSV(B)36.23º79.1%26.27%-
XYZ3.373.180.85-
YUV48.63108.46141.1-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 52.76%
GREEN value IS 46 (18.36% from 255) = 36.22%
BLUE value IS 14 (5.86% from 255) = 11.02%
R=52.76%
G=36.22%
B=11.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.79
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67461400.310.790.7436.2365.4315.88
Hex432EE01F4F4A244110
Octal10356160371171124410120
Binary1000011101110111001111110011111001010100100100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432E0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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