#54380D

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

Shades of Baker's Chocolate #54380D

Tints of Baker's Chocolate #54380D

Color information

#54380D (or 0x54380D) is unknown color: approx Baker's Chocolate. HEX triplet: 54, 38 and 0D. RGB value is (84,56,13). Sum of RGB (Red+Green+Blue) = 84+56+13=153 (20% of max value = 765). Red value is 84 (33.20% from 255 or 54.90% from 153); Green value is 56 (22.27% from 255 or 36.60% from 153); Blue value is 13 (5.47% from 255 or 8.50% from 153); Max value from RGB is 84 - color contains mainly: red. Hex color #54380D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #54380D is #ABC7F2. Grayscale: #3B3B3B. Windows color (decimal): -11257843 or 866388. OLE color: 866388.

HSL color Cylindrical-coordinate representation of color #54380D: hue angle of 36.34º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #54380D is Cyan = 0, Magento = 0.33, Yellow = 0.85 and Black (K on CMYK) = 0.67.

Color convert

RGB845613-
CMYK00.330.850.67
HSL36.34º73.2%19.02%-
HSV(B)36.34º84.52%32.94%-
XYZ5.144.741.03-
YUV59.47101.78145.5-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 54.90%
GREEN value IS 56 (22.27% from 255) = 36.60%
BLUE value IS 13 (5.47% from 255) = 8.50%
R=54.90%
G=36.60%
B=8.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.85
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84561300.330.850.6736.3473.219.02
Hex5438D0215543244913
Octal12470150411251034411123
Binary10101001110001101010000110101011000011100100100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54380D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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