#512504

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

Shades of Baker's Chocolate #512504

Tints of Baker's Chocolate #512504

Color information

#512504 (or 0x512504) is unknown color: approx Baker's Chocolate. HEX triplet: 51, 25 and 04. RGB value is (81,37,4). Sum of RGB (Red+Green+Blue) = 81+37+4=122 (16% of max value = 765). Red value is 81 (32.03% from 255 or 66.39% from 122); Green value is 37 (14.84% from 255 or 30.33% from 122); Blue value is 4 (1.95% from 255 or 3.28% from 122); Max value from RGB is 81 - color contains mainly: red. Hex color #512504 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512504 is #AEDAFB. Grayscale: #2E2E2E. Windows color (decimal): -11459324 or 271697. OLE color: 271697.

HSL color Cylindrical-coordinate representation of color #512504: hue angle of 25.71º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #512504 is Cyan = 0, Magento = 0.54, Yellow = 0.95 and Black (K on CMYK) = 0.68.

Color convert

RGB81374-
CMYK00.540.950.68
HSL25.71º90.59%16.67%-
HSV(B)25.71º95.06%31.76%-
XYZ4.083.080.49-
YUV46.39104.08152.68-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 66.39%
GREEN value IS 37 (14.84% from 255) = 30.33%
BLUE value IS 4 (1.95% from 255) = 3.28%
R=66.39%
G=30.33%
B=3.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.95
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8137400.540.950.6825.7190.5916.67
Hex512540365F441a5b11
Octal1214540661371043213321
Binary101000110010110001101101011111100010011010101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512504; }

 p { color: rgb(81,37,4); }

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

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

 a { background-color: rgb(81,37,4); }

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

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

 span { border-color: rgb(81,37,4); }

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