#54350B

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

Shades of Baker's Chocolate #54350B

Tints of Baker's Chocolate #54350B

Color information

#54350B (or 0x54350B) is unknown color: approx Baker's Chocolate. HEX triplet: 54, 35 and 0B. RGB value is (84,53,11). Sum of RGB (Red+Green+Blue) = 84+53+11=148 (19% of max value = 765). Red value is 84 (33.20% from 255 or 56.76% from 148); Green value is 53 (21.09% from 255 or 35.81% from 148); Blue value is 11 (4.69% from 255 or 7.43% from 148); Max value from RGB is 84 - color contains mainly: red. Hex color #54350B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #54350B is #ABCAF4. Grayscale: #393939. Windows color (decimal): -11258613 or 734548. OLE color: 734548.

HSL color Cylindrical-coordinate representation of color #54350B: hue angle of 34.52º degrees, saturation: 0.77, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #54350B is Cyan = 0, Magento = 0.37, Yellow = 0.87 and Black (K on CMYK) = 0.67.

Color convert

RGB845311-
CMYK00.370.870.67
HSL34.52º76.84%18.63%-
HSV(B)34.52º86.9%32.94%-
XYZ4.994.460.91-
YUV57.48101.77146.92-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 56.76%
GREEN value IS 53 (21.09% from 255) = 35.81%
BLUE value IS 11 (4.69% from 255) = 7.43%
R=56.76%
G=35.81%
B=7.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.87
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84531100.370.870.6734.5276.8418.63
Hex5435B0255743234d13
Octal12465130451271034311523
Binary10101001101011011010010110101111000011100011100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54350B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,53,11); }

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

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

 a { background-color: rgb(84,53,11); }

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

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

 span { border-color: rgb(84,53,11); }

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