#432F19

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

Shades of Clinker #432F19

Tints of Clinker #432F19

Color information

#432F19 (or 0x432F19) is unknown color: approx Clinker. HEX triplet: 43, 2F and 19. RGB value is (67,47,25). Sum of RGB (Red+Green+Blue) = 67+47+25=139 (18% of max value = 765). Red value is 67 (26.56% from 255 or 48.20% from 139); Green value is 47 (18.75% from 255 or 33.81% from 139); Blue value is 25 (10.16% from 255 or 17.99% from 139); Max value from RGB is 67 - color contains mainly: red. Hex color #432F19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432F19 is #BCD0E6. Grayscale: #323232. Windows color (decimal): -12374247 or 1650499. OLE color: 1650499.

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

Color convert

RGB674725-
CMYK00.300.630.74
HSL31.43º45.65%18.04%-
HSV(B)31.43º62.69%26.27%-
XYZ3.513.31.37-
YUV50.47113.63139.79-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 48.20%
GREEN value IS 47 (18.75% from 255) = 33.81%
BLUE value IS 25 (10.16% from 255) = 17.99%
R=48.20%
G=33.81%
B=17.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.63
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67472500.300.630.7431.4345.6518.04
Hex432F1901E3F4A1f2e12
Octal103573103677112375622
Binary10000111011111100101111011111110010101111110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432F19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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