#432F10

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

Shades of Clinker #432F10

Tints of Clinker #432F10

Color information

#432F10 (or 0x432F10) is unknown color: approx Clinker. HEX triplet: 43, 2F and 10. RGB value is (67,47,16). Sum of RGB (Red+Green+Blue) = 67+47+16=130 (17% of max value = 765). Red value is 67 (26.56% from 255 or 51.54% from 130); Green value is 47 (18.75% from 255 or 36.15% from 130); Blue value is 16 (6.64% from 255 or 12.31% from 130); Max value from RGB is 67 - color contains mainly: red. Hex color #432F10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432F10 is #BCD0EF. Grayscale: #313131. Windows color (decimal): -12374256 or 1060675. OLE color: 1060675.

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

Color convert

RGB674716-
CMYK00.300.760.74
HSL36.47º61.45%16.27%-
HSV(B)36.47º76.12%26.27%-
XYZ3.423.260.94-
YUV49.45109.13140.52-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 51.54%
GREEN value IS 47 (18.75% from 255) = 36.15%
BLUE value IS 16 (6.64% from 255) = 12.31%
R=51.54%
G=36.15%
B=12.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.76
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67471600.300.760.7436.4761.4516.27
Hex432F1001E4C4A243d10
Octal1035720036114112447520
Binary1000011101111100000111101001100100101010010011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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