#432F18

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

Shades of Clinker #432F18

Tints of Clinker #432F18

Color information

#432F18 (or 0x432F18) is unknown color: approx Clinker. HEX triplet: 43, 2F and 18. RGB value is (67,47,24). Sum of RGB (Red+Green+Blue) = 67+47+24=138 (18% of max value = 765). Red value is 67 (26.56% from 255 or 48.55% from 138); Green value is 47 (18.75% from 255 or 34.06% from 138); Blue value is 24 (9.77% from 255 or 17.39% from 138); Max value from RGB is 67 - color contains mainly: red. Hex color #432F18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432F18 is #BCD0E7. Grayscale: #323232. Windows color (decimal): -12374248 or 1584963. OLE color: 1584963.

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

Color convert

RGB674724-
CMYK00.300.640.74
HSL32.09º47.25%17.84%-
HSV(B)32.09º64.18%26.27%-
XYZ3.53.291.32-
YUV50.36113.13139.87-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 48.55%
GREEN value IS 47 (18.75% from 255) = 34.06%
BLUE value IS 24 (9.77% from 255) = 17.39%
R=48.55%
G=34.06%
B=17.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.64
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67472400.300.640.7432.0947.2517.84
Hex432F1801E404A202f12
Octal1035730036100112405722
Binary1000011101111110000111101000000100101010000010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432F18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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