#432F14

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

Shades of Clinker #432F14

Tints of Clinker #432F14

Color information

#432F14 (or 0x432F14) is unknown color: approx Clinker. HEX triplet: 43, 2F and 14. RGB value is (67,47,20). Sum of RGB (Red+Green+Blue) = 67+47+20=134 (17% of max value = 765). Red value is 67 (26.56% from 255 or 50% from 134); Green value is 47 (18.75% from 255 or 35.07% from 134); Blue value is 20 (8.20% from 255 or 14.93% from 134); Max value from RGB is 67 - color contains mainly: red. Hex color #432F14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432F14 is #BCD0EB. Grayscale: #323232. Windows color (decimal): -12374252 or 1322819. OLE color: 1322819.

HSL color Cylindrical-coordinate representation of color #432F14: hue angle of 34.47º degrees, saturation: 0.54, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #432F14 is Cyan = 0, Magento = 0.30, Yellow = 0.70 and Black (K on CMYK) = 0.74.

Color convert

RGB674720-
CMYK00.300.700.74
HSL34.47º54.02%17.06%-
HSV(B)34.47º70.15%26.27%-
XYZ3.463.281.11-
YUV49.9111.13140.2-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 50%
GREEN value IS 47 (18.75% from 255) = 35.07%
BLUE value IS 20 (8.20% from 255) = 14.93%
R=50%
G=35.07%
B=14.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.70
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67472000.300.700.7434.4754.0217.06
Hex432F1401E464A223611
Octal1035724036106112426621
Binary1000011101111101000111101000110100101010001011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,47,20); }

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

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

 a { background-color: rgb(67,47,20); }

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

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

 span { border-color: rgb(67,47,20); }

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