#512304

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

Shades of Baker's Chocolate #512304

Tints of Baker's Chocolate #512304

Color information

#512304 (or 0x512304) is unknown color: approx Baker's Chocolate. HEX triplet: 51, 23 and 04. RGB value is (81,35,4). Sum of RGB (Red+Green+Blue) = 81+35+4=120 (15% of max value = 765). Red value is 81 (32.03% from 255 or 67.5% from 120); Green value is 35 (14.06% from 255 or 29.17% from 120); Blue value is 4 (1.95% from 255 or 3.33% from 120); Max value from RGB is 81 - color contains mainly: red. Hex color #512304 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512304 is #AEDCFB. Grayscale: #2D2D2D. Windows color (decimal): -11459836 or 271185. OLE color: 271185.

HSL color Cylindrical-coordinate representation of color #512304: hue angle of 24.16º 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 #512304 is Cyan = 0, Magento = 0.57, Yellow = 0.95 and Black (K on CMYK) = 0.68.

Color convert

RGB81354-
CMYK00.570.950.68
HSL24.16º90.59%16.67%-
HSV(B)24.16º95.06%31.76%-
XYZ4.022.960.47-
YUV45.22104.74153.52-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 67.5%
GREEN value IS 35 (14.06% from 255) = 29.17%
BLUE value IS 4 (1.95% from 255) = 3.33%
R=67.5%
G=29.17%
B=3.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.95
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8135400.570.950.6824.1690.5916.67
Hex512340395F44185b11
Octal1214340711371043013321
Binary101000110001110001110011011111100010011000101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512304; }

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

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

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

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

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

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

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

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