#54320F

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

Shades of Baker's Chocolate #54320F

Tints of Baker's Chocolate #54320F

Color information

#54320F (or 0x54320F) is unknown color: approx Baker's Chocolate. HEX triplet: 54, 32 and 0F. RGB value is (84,50,15). Sum of RGB (Red+Green+Blue) = 84+50+15=149 (19% of max value = 765). Red value is 84 (33.20% from 255 or 56.38% from 149); Green value is 50 (19.92% from 255 or 33.56% from 149); Blue value is 15 (6.25% from 255 or 10.07% from 149); Max value from RGB is 84 - color contains mainly: red. Hex color #54320F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #54320F is #ABCDF0. Grayscale: #383838. Windows color (decimal): -11259377 or 995924. OLE color: 995924.

HSL color Cylindrical-coordinate representation of color #54320F: hue angle of 30.43º degrees, saturation: 0.7, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #54320F is Cyan = 0, Magento = 0.40, Yellow = 0.82 and Black (K on CMYK) = 0.67.

Color convert

RGB845015-
CMYK00.400.820.67
HSL30.43º69.7%19.41%-
HSV(B)30.43º82.14%32.94%-
XYZ4.884.21.01-
YUV56.18104.76147.85-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 56.38%
GREEN value IS 50 (19.92% from 255) = 33.56%
BLUE value IS 15 (6.25% from 255) = 10.07%
R=56.38%
G=33.56%
B=10.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.82
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84501500.400.820.6730.4369.719.41
Hex5432F02852431e4613
Octal12462170501221033610623
Binary1010100110010111101010001010010100001111110100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54320F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54320F; }

 p { color: rgb(84,50,15); }

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

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

 a { background-color: rgb(84,50,15); }

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

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

 span { border-color: rgb(84,50,15); }

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