#543C15

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

Shades of Clinker #543C15

Tints of Clinker #543C15

Color information

#543C15 (or 0x543C15) is unknown color: approx Clinker. HEX triplet: 54, 3C and 15. RGB value is (84,60,21). Sum of RGB (Red+Green+Blue) = 84+60+21=165 (21% of max value = 765). Red value is 84 (33.20% from 255 or 50.91% from 165); Green value is 60 (23.83% from 255 or 36.36% from 165); Blue value is 21 (8.59% from 255 or 12.73% from 165); Max value from RGB is 84 - color contains mainly: red. Hex color #543C15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #543C15 is #ABC3EA. Grayscale: #3E3E3E. Windows color (decimal): -11256811 or 1391700. OLE color: 1391700.

HSL color Cylindrical-coordinate representation of color #543C15: hue angle of 37.14º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #543C15 is Cyan = 0, Magento = 0.29, Yellow = 0.75 and Black (K on CMYK) = 0.67.

Color convert

RGB846021-
CMYK00.290.750.67
HSL37.14º60%20.59%-
HSV(B)37.14º75%32.94%-
XYZ5.415.171.42-
YUV62.73104.45143.17-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 50.91%
GREEN value IS 60 (23.83% from 255) = 36.36%
BLUE value IS 21 (8.59% from 255) = 12.73%
R=50.91%
G=36.36%
B=12.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.75
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84602100.290.750.6737.146020.59
Hex543C1501D4B43253c15
Octal1247425035113103457425
Binary1010100111100101010111011001011100001110010111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #543C15; }

 p { color: rgb(84,60,21); }

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

<style>
 a { background-color: #543C15; }

 a { background-color: rgb(84,60,21); }

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

<style>
 span { border-color: #543C15; }

 span { border-color: rgb(84,60,21); }

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