#54290A

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

Shades of Baker's Chocolate #54290A

Tints of Baker's Chocolate #54290A

Color information

#54290A (or 0x54290A) is unknown color: approx Baker's Chocolate. HEX triplet: 54, 29 and 0A. RGB value is (84,41,10). Sum of RGB (Red+Green+Blue) = 84+41+10=135 (17% of max value = 765). Red value is 84 (33.20% from 255 or 62.22% from 135); Green value is 41 (16.41% from 255 or 30.37% from 135); Blue value is 10 (4.30% from 255 or 7.41% from 135); Max value from RGB is 84 - color contains mainly: red. Hex color #54290A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #54290A is #ABD6F5. Grayscale: #323232. Windows color (decimal): -11261686 or 665940. OLE color: 665940.

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

Color convert

RGB844110-
CMYK00.510.880.67
HSL25.14º78.72%18.43%-
HSV(B)25.14º88.1%32.94%-
XYZ4.53.490.72-
YUV50.32105.25152.02-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 62.22%
GREEN value IS 41 (16.41% from 255) = 30.37%
BLUE value IS 10 (4.30% from 255) = 7.41%
R=62.22%
G=30.37%
B=7.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.88
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84411000.510.880.6725.1478.7218.43
Hex5429A0335843194f12
Octal12451120631301033111722
Binary1010100101001101001100111011000100001111001100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54290A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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