#43321B

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

Shades of Clinker #43321B

Tints of Clinker #43321B

Color information

#43321B (or 0x43321B) is unknown color: approx Clinker. HEX triplet: 43, 32 and 1B. RGB value is (67,50,27). Sum of RGB (Red+Green+Blue) = 67+50+27=144 (19% of max value = 765). Red value is 67 (26.56% from 255 or 46.53% from 144); Green value is 50 (19.92% from 255 or 34.72% from 144); Blue value is 27 (10.94% from 255 or 18.75% from 144); Max value from RGB is 67 - color contains mainly: red. Hex color #43321B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43321B is #BCCDE4. Grayscale: #343434. Windows color (decimal): -12373477 or 1782339. OLE color: 1782339.

HSL color Cylindrical-coordinate representation of color #43321B: hue angle of 34.5º degrees, saturation: 0.43, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #43321B is Cyan = 0, Magento = 0.25, Yellow = 0.60 and Black (K on CMYK) = 0.74.

Color convert

RGB675027-
CMYK00.250.600.74
HSL34.5º42.55%18.43%-
HSV(B)34.5º59.7%26.27%-
XYZ3.653.551.53-
YUV52.46113.63138.37-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 46.53%
GREEN value IS 50 (19.92% from 255) = 34.72%
BLUE value IS 27 (10.94% from 255) = 18.75%
R=46.53%
G=34.72%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.60
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67502700.250.600.7434.542.5518.43
Hex43321B0193C4A222b12
Octal103623303174112425322
Binary100001111001011011011001111100100101010001010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43321B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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