#43331A

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

Shades of Clinker #43331A

Tints of Clinker #43331A

Color information

#43331A (or 0x43331A) is unknown color: approx Clinker. HEX triplet: 43, 33 and 1A. RGB value is (67,51,26). Sum of RGB (Red+Green+Blue) = 67+51+26=144 (19% of max value = 765). Red value is 67 (26.56% from 255 or 46.53% from 144); Green value is 51 (20.31% from 255 or 35.42% from 144); Blue value is 26 (10.55% from 255 or 18.06% from 144); Max value from RGB is 67 - color contains mainly: red. Hex color #43331A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43331A is #BCCCE5. Grayscale: #353535. Windows color (decimal): -12373222 or 1717059. OLE color: 1717059.

HSL color Cylindrical-coordinate representation of color #43331A: hue angle of 36.59º degrees, saturation: 0.44, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #43331A is Cyan = 0, Magento = 0.24, Yellow = 0.61 and Black (K on CMYK) = 0.74.

Color convert

RGB675126-
CMYK00.240.610.74
HSL36.59º44.09%18.24%-
HSV(B)36.59º61.19%26.27%-
XYZ3.693.641.48-
YUV52.93112.8138.03-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 46.53%
GREEN value IS 51 (20.31% from 255) = 35.42%
BLUE value IS 26 (10.55% from 255) = 18.06%
R=46.53%
G=35.42%
B=18.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.61
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67512600.240.610.7436.5944.0918.24
Hex43331A0183D4A252c12
Octal103633203075112455422
Binary100001111001111010011000111101100101010010110110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43331A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43331A; }

 p { color: rgb(67,51,26); }

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

<style>
 a { background-color: #43331A; }

 a { background-color: rgb(67,51,26); }

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

<style>
 span { border-color: #43331A; }

 span { border-color: rgb(67,51,26); }

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