#43321C

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

Shades of Clinker #43321C

Tints of Clinker #43321C

Color information

#43321C (or 0x43321C) is unknown color: approx Clinker. HEX triplet: 43, 32 and 1C. RGB value is (67,50,28). Sum of RGB (Red+Green+Blue) = 67+50+28=145 (19% of max value = 765). Red value is 67 (26.56% from 255 or 46.21% from 145); Green value is 50 (19.92% from 255 or 34.48% from 145); Blue value is 28 (11.33% from 255 or 19.31% from 145); Max value from RGB is 67 - color contains mainly: red. Hex color #43321C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43321C is #BCCDE3. Grayscale: #343434. Windows color (decimal): -12373476 or 1847875. OLE color: 1847875.

HSL color Cylindrical-coordinate representation of color #43321C: hue angle of 33.85º degrees, saturation: 0.41, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #43321C is Cyan = 0, Magento = 0.25, Yellow = 0.58 and Black (K on CMYK) = 0.74.

Color convert

RGB675028-
CMYK00.250.580.74
HSL33.85º41.05%18.63%-
HSV(B)33.85º58.21%26.27%-
XYZ3.663.561.59-
YUV52.58114.13138.29-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 46.21%
GREEN value IS 50 (19.92% from 255) = 34.48%
BLUE value IS 28 (11.33% from 255) = 19.31%
R=46.21%
G=34.48%
B=19.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.58
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67502800.250.580.7433.8541.0518.63
Hex43321C0193A4A222913
Octal103623403172112425123
Binary100001111001011100011001111010100101010001010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43321C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43321C; }

 p { color: rgb(67,50,28); }

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

<style>
 a { background-color: #43321C; }

 a { background-color: rgb(67,50,28); }

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

<style>
 span { border-color: #43321C; }

 span { border-color: rgb(67,50,28); }

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