#54300F

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

Shades of Baker's Chocolate #54300F

Tints of Baker's Chocolate #54300F

Color information

#54300F (or 0x54300F) is unknown color: approx Baker's Chocolate. HEX triplet: 54, 30 and 0F. RGB value is (84,48,15). Sum of RGB (Red+Green+Blue) = 84+48+15=147 (19% of max value = 765). Red value is 84 (33.20% from 255 or 57.14% from 147); Green value is 48 (19.14% from 255 or 32.65% from 147); Blue value is 15 (6.25% from 255 or 10.20% from 147); Max value from RGB is 84 - color contains mainly: red. Hex color #54300F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #54300F is #ABCFF0. Grayscale: #373737. Windows color (decimal): -11259889 or 995412. OLE color: 995412.

HSL color Cylindrical-coordinate representation of color #54300F: hue angle of 28.7º 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 #54300F is Cyan = 0, Magento = 0.43, Yellow = 0.82 and Black (K on CMYK) = 0.67.

Color convert

RGB844815-
CMYK00.430.820.67
HSL28.7º69.7%19.41%-
HSV(B)28.7º82.14%32.94%-
XYZ4.84.030.98-
YUV55105.43148.68-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 57.14%
GREEN value IS 48 (19.14% from 255) = 32.65%
BLUE value IS 15 (6.25% from 255) = 10.20%
R=57.14%
G=32.65%
B=10.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.82
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84481500.430.820.6728.769.719.41
Hex5430F02B52431d4613
Octal12460170531221033510623
Binary1010100110000111101010111010010100001111101100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54300F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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