#432F13

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

Shades of Clinker #432F13

Tints of Clinker #432F13

Color information

#432F13 (or 0x432F13) is unknown color: approx Clinker. HEX triplet: 43, 2F and 13. RGB value is (67,47,19). Sum of RGB (Red+Green+Blue) = 67+47+19=133 (17% of max value = 765). Red value is 67 (26.56% from 255 or 50.38% from 133); Green value is 47 (18.75% from 255 or 35.34% from 133); Blue value is 19 (7.81% from 255 or 14.29% from 133); Max value from RGB is 67 - color contains mainly: red. Hex color #432F13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432F13 is #BCD0EC. Grayscale: #313131. Windows color (decimal): -12374253 or 1257283. OLE color: 1257283.

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

Color convert

RGB674719-
CMYK00.300.720.74
HSL35º55.81%16.86%-
HSV(B)35º71.64%26.27%-
XYZ3.453.271.07-
YUV49.79110.63140.28-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 50.38%
GREEN value IS 47 (18.75% from 255) = 35.34%
BLUE value IS 19 (7.81% from 255) = 14.29%
R=50.38%
G=35.34%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.72
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67471900.300.720.743555.8116.86
Hex432F1301E484A233811
Octal1035723036110112437021
Binary1000011101111100110111101001000100101010001111100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432F13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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