#432D0E

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

Shades of Clinker #432D0E

Tints of Clinker #432D0E

Color information

#432D0E (or 0x432D0E) is unknown color: approx Clinker. HEX triplet: 43, 2D and 0E. RGB value is (67,45,14). Sum of RGB (Red+Green+Blue) = 67+45+14=126 (16% of max value = 765). Red value is 67 (26.56% from 255 or 53.17% from 126); Green value is 45 (17.97% from 255 or 35.71% from 126); Blue value is 14 (5.86% from 255 or 11.11% from 126); Max value from RGB is 67 - color contains mainly: red. Hex color #432D0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432D0E is #BCD2F1. Grayscale: #303030. Windows color (decimal): -12374770 or 929091. OLE color: 929091.

HSL color Cylindrical-coordinate representation of color #432D0E: hue angle of 35.09º 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 #432D0E is Cyan = 0, Magento = 0.33, Yellow = 0.79 and Black (K on CMYK) = 0.74.

Color convert

RGB674514-
CMYK00.330.790.74
HSL35.09º65.43%15.88%-
HSV(B)35.09º79.1%26.27%-
XYZ3.333.10.84-
YUV48.04108.79141.52-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 53.17%
GREEN value IS 45 (17.97% from 255) = 35.71%
BLUE value IS 14 (5.86% from 255) = 11.11%
R=53.17%
G=35.71%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.79
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67451400.330.790.7435.0965.4315.88
Hex432DE0214F4A234110
Octal10355160411171124310120
Binary10000111011011110010000110011111001010100011100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432D0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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