#54230A

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

Shades of Baker's Chocolate #54230A

Tints of Baker's Chocolate #54230A

Color information

#54230A (or 0x54230A) is unknown color: approx Baker's Chocolate. HEX triplet: 54, 23 and 0A. RGB value is (84,35,10). Sum of RGB (Red+Green+Blue) = 84+35+10=129 (17% of max value = 765). Red value is 84 (33.20% from 255 or 65.12% from 129); Green value is 35 (14.06% from 255 or 27.13% from 129); Blue value is 10 (4.30% from 255 or 7.75% from 129); Max value from RGB is 84 - color contains mainly: red. Hex color #54230A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #54230A is #ABDCF5. Grayscale: #2E2E2E. Windows color (decimal): -11263222 or 664404. OLE color: 664404.

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

Color convert

RGB843510-
CMYK00.580.880.67
HSL20.27º78.72%18.43%-
HSV(B)20.27º88.1%32.94%-
XYZ4.313.110.66-
YUV46.8107.23154.53-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 65.12%
GREEN value IS 35 (14.06% from 255) = 27.13%
BLUE value IS 10 (4.30% from 255) = 7.75%
R=65.12%
G=27.13%
B=7.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.88
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84351000.580.880.6720.2778.7218.43
Hex5423A03A5843144f12
Octal12443120721301032411722
Binary1010100100011101001110101011000100001110100100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54230A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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