#512305

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

Shades of Baker's Chocolate #512305

Tints of Baker's Chocolate #512305

Color information

#512305 (or 0x512305) is unknown color: approx Baker's Chocolate. HEX triplet: 51, 23 and 05. RGB value is (81,35,5). Sum of RGB (Red+Green+Blue) = 81+35+5=121 (16% of max value = 765). Red value is 81 (32.03% from 255 or 66.94% from 121); Green value is 35 (14.06% from 255 or 28.93% from 121); Blue value is 5 (2.34% from 255 or 4.13% from 121); Max value from RGB is 81 - color contains mainly: red. Hex color #512305 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512305 is #AEDCFA. Grayscale: #2D2D2D. Windows color (decimal): -11459835 or 336721. OLE color: 336721.

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

Color convert

RGB81355-
CMYK00.570.940.68
HSL23.68º88.37%16.86%-
HSV(B)23.68º93.83%31.76%-
XYZ4.022.960.5-
YUV45.33105.24153.44-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 66.94%
GREEN value IS 35 (14.06% from 255) = 28.93%
BLUE value IS 5 (2.34% from 255) = 4.13%
R=66.94%
G=28.93%
B=4.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.94
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8135500.570.940.6823.6888.3716.86
Hex512350395E44185811
Octal1214350711361043013021
Binary101000110001110101110011011110100010011000101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512305; }

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

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

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

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

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

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

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

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