#54380A

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

Shades of Baker's Chocolate #54380A

Tints of Baker's Chocolate #54380A

Color information

#54380A (or 0x54380A) is unknown color: approx Baker's Chocolate. HEX triplet: 54, 38 and 0A. RGB value is (84,56,10). Sum of RGB (Red+Green+Blue) = 84+56+10=150 (19% of max value = 765). Red value is 84 (33.20% from 255 or 56% from 150); Green value is 56 (22.27% from 255 or 37.33% from 150); Blue value is 10 (4.30% from 255 or 6.67% from 150); Max value from RGB is 84 - color contains mainly: red. Hex color #54380A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #54380A is #ABC7F5. Grayscale: #3B3B3B. Windows color (decimal): -11257846 or 669780. OLE color: 669780.

HSL color Cylindrical-coordinate representation of color #54380A: hue angle of 37.3º 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 #54380A is Cyan = 0, Magento = 0.33, Yellow = 0.88 and Black (K on CMYK) = 0.67.

Color convert

RGB845610-
CMYK00.330.880.67
HSL37.3º78.72%18.43%-
HSV(B)37.3º88.1%32.94%-
XYZ5.134.740.93-
YUV59.13100.28145.74-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 56%
GREEN value IS 56 (22.27% from 255) = 37.33%
BLUE value IS 10 (4.30% from 255) = 6.67%
R=56%
G=37.33%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.88
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84561000.330.880.6737.378.7218.43
Hex5438A0215843254f12
Octal12470120411301034511722
Binary10101001110001010010000110110001000011100101100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54380A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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