#54350F

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

Shades of Baker's Chocolate #54350F

Tints of Baker's Chocolate #54350F

Color information

#54350F (or 0x54350F) is unknown color: approx Baker's Chocolate. HEX triplet: 54, 35 and 0F. RGB value is (84,53,15). Sum of RGB (Red+Green+Blue) = 84+53+15=152 (20% of max value = 765). Red value is 84 (33.20% from 255 or 55.26% from 152); Green value is 53 (21.09% from 255 or 34.87% from 152); Blue value is 15 (6.25% from 255 or 9.87% from 152); Max value from RGB is 84 - color contains mainly: red. Hex color #54350F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #54350F is #ABCAF0. Grayscale: #3A3A3A. Windows color (decimal): -11258609 or 996692. OLE color: 996692.

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

Color convert

RGB845315-
CMYK00.370.820.67
HSL33.04º69.7%19.41%-
HSV(B)33.04º82.14%32.94%-
XYZ5.024.471.05-
YUV57.94103.77146.59-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 55.26%
GREEN value IS 53 (21.09% from 255) = 34.87%
BLUE value IS 15 (6.25% from 255) = 9.87%
R=55.26%
G=34.87%
B=9.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.82
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84531500.370.820.6733.0469.719.41
Hex5435F0255243214613
Octal12465170451221034110623
Binary10101001101011111010010110100101000011100001100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54350F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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