#43321A

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

Shades of Clinker #43321A

Tints of Clinker #43321A

Color information

#43321A (or 0x43321A) is unknown color: approx Clinker. HEX triplet: 43, 32 and 1A. RGB value is (67,50,26). Sum of RGB (Red+Green+Blue) = 67+50+26=143 (18% of max value = 765). Red value is 67 (26.56% from 255 or 46.85% from 143); Green value is 50 (19.92% from 255 or 34.97% from 143); Blue value is 26 (10.55% from 255 or 18.18% from 143); Max value from RGB is 67 - color contains mainly: red. Hex color #43321A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43321A is #BCCDE5. Grayscale: #343434. Windows color (decimal): -12373478 or 1716803. OLE color: 1716803.

HSL color Cylindrical-coordinate representation of color #43321A: hue angle of 35.12º 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 #43321A is Cyan = 0, Magento = 0.25, Yellow = 0.61 and Black (K on CMYK) = 0.74.

Color convert

RGB675026-
CMYK00.250.610.74
HSL35.12º44.09%18.24%-
HSV(B)35.12º61.19%26.27%-
XYZ3.643.551.47-
YUV52.35113.13138.45-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 46.85%
GREEN value IS 50 (19.92% from 255) = 34.97%
BLUE value IS 26 (10.55% from 255) = 18.18%
R=46.85%
G=34.97%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.61
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67502600.250.610.7435.1244.0918.24
Hex43321A0193D4A232c12
Octal103623203175112435422
Binary100001111001011010011001111101100101010001110110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43321A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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