#54330A

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

Shades of Baker's Chocolate #54330A

Tints of Baker's Chocolate #54330A

Color information

#54330A (or 0x54330A) is unknown color: approx Baker's Chocolate. HEX triplet: 54, 33 and 0A. RGB value is (84,51,10). Sum of RGB (Red+Green+Blue) = 84+51+10=145 (19% of max value = 765). Red value is 84 (33.20% from 255 or 57.93% from 145); Green value is 51 (20.31% from 255 or 35.17% from 145); Blue value is 10 (4.30% from 255 or 6.90% from 145); Max value from RGB is 84 - color contains mainly: red. Hex color #54330A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #54330A is #ABCCF5. Grayscale: #383838. Windows color (decimal): -11259126 or 668500. OLE color: 668500.

HSL color Cylindrical-coordinate representation of color #54330A: hue angle of 33.24º degrees, saturation: 0.79, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #54330A is Cyan = 0, Magento = 0.39, Yellow = 0.88 and Black (K on CMYK) = 0.67.

Color convert

RGB845110-
CMYK00.390.880.67
HSL33.24º78.72%18.43%-
HSV(B)33.24º88.1%32.94%-
XYZ4.894.270.85-
YUV56.19101.93147.83-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 57.93%
GREEN value IS 51 (20.31% from 255) = 35.17%
BLUE value IS 10 (4.30% from 255) = 6.90%
R=57.93%
G=35.17%
B=6.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.88
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84511000.390.880.6733.2478.7218.43
Hex5433A0275843214f12
Octal12463120471301034111722
Binary10101001100111010010011110110001000011100001100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54330A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54330A; }

 p { color: rgb(84,51,10); }

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

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

 a { background-color: rgb(84,51,10); }

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

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

 span { border-color: rgb(84,51,10); }

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