#54250C

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

Shades of Baker's Chocolate #54250C

Tints of Baker's Chocolate #54250C

Color information

#54250C (or 0x54250C) is unknown color: approx Baker's Chocolate. HEX triplet: 54, 25 and 0C. RGB value is (84,37,12). Sum of RGB (Red+Green+Blue) = 84+37+12=133 (17% of max value = 765). Red value is 84 (33.20% from 255 or 63.16% from 133); Green value is 37 (14.84% from 255 or 27.82% from 133); Blue value is 12 (5.08% from 255 or 9.02% from 133); Max value from RGB is 84 - color contains mainly: red. Hex color #54250C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #54250C is #ABDAF3. Grayscale: #303030. Windows color (decimal): -11262708 or 795988. OLE color: 795988.

HSL color Cylindrical-coordinate representation of color #54250C: hue angle of 20.83º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #54250C is Cyan = 0, Magento = 0.56, Yellow = 0.86 and Black (K on CMYK) = 0.67.

Color convert

RGB843712-
CMYK00.560.860.67
HSL20.83º75%18.82%-
HSV(B)20.83º85.71%32.94%-
XYZ4.383.230.74-
YUV48.2107.57153.53-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 63.16%
GREEN value IS 37 (14.84% from 255) = 27.82%
BLUE value IS 12 (5.08% from 255) = 9.02%
R=63.16%
G=27.82%
B=9.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.86
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84371200.560.860.6720.837518.82
Hex5425C0385643154b13
Octal12445140701261032511323
Binary1010100100101110001110001010110100001110101100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54250C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54250C; }

 p { color: rgb(84,37,12); }

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

<style>
 a { background-color: #54250C; }

 a { background-color: rgb(84,37,12); }

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

<style>
 span { border-color: #54250C; }

 span { border-color: rgb(84,37,12); }

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