#543401

Color #543401 Baker's Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baker's Chocolate #543401

Tints of Baker's Chocolate #543401

Color information

#543401 (or 0x543401) is unknown color: approx Baker's Chocolate. HEX triplet: 54, 34 and 01. RGB value is (84,52,1). Sum of RGB (Red+Green+Blue) = 84+52+1=137 (18% of max value = 765). Red value is 84 (33.20% from 255 or 61.31% from 137); Green value is 52 (20.70% from 255 or 37.96% from 137); Blue value is 1 (0.78% from 255 or 0.73% from 137); Max value from RGB is 84 - color contains mainly: red. Hex color #543401 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #543401 is #ABCBFE. Grayscale: #373737. Windows color (decimal): -11258879 or 78932. OLE color: 78932.

HSL color Cylindrical-coordinate representation of color #543401: hue angle of 36.87º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #543401 is Cyan = 0, Magento = 0.38, Yellow = 0.99 and Black (K on CMYK) = 0.67.

Color convert

RGB84521-
CMYK00.380.990.67
HSL36.87º97.65%16.67%-
HSV(B)36.87º98.81%32.94%-
XYZ4.894.340.61-
YUV55.7597.1148.15-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 61.31%
GREEN value IS 52 (20.70% from 255) = 37.96%
BLUE value IS 1 (0.78% from 255) = 0.73%
R=61.31%
G=37.96%
B=0.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.99
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8452100.380.990.6736.8797.6516.67
Hex543410266343256211
Octal1246410461431034514221
Binary10101001101001010011011000111000011100101110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #543401; }

 p { color: rgb(84,52,1); }

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

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

 a { background-color: rgb(84,52,1); }

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

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

 span { border-color: rgb(84,52,1); }

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