#512702

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

Shades of Baker's Chocolate #512702

Tints of Baker's Chocolate #512702

Color information

#512702 (or 0x512702) is unknown color: approx Baker's Chocolate. HEX triplet: 51, 27 and 02. RGB value is (81,39,2). Sum of RGB (Red+Green+Blue) = 81+39+2=122 (16% of max value = 765). Red value is 81 (32.03% from 255 or 66.39% from 122); Green value is 39 (15.62% from 255 or 31.97% from 122); Blue value is 2 (1.17% from 255 or 1.64% from 122); Max value from RGB is 81 - color contains mainly: red. Hex color #512702 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512702 is #AED8FD. Grayscale: #2F2F2F. Windows color (decimal): -11458814 or 141137. OLE color: 141137.

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

Color convert

RGB81392-
CMYK00.520.980.68
HSL28.1º95.18%16.27%-
HSV(B)28.1º97.53%31.76%-
XYZ4.133.20.46-
YUV47.34102.41152.01-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 66.39%
GREEN value IS 39 (15.62% from 255) = 31.97%
BLUE value IS 2 (1.17% from 255) = 1.64%
R=66.39%
G=31.97%
B=1.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.98
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8139200.520.980.6828.195.1816.27
Hex5127203462441c5f10
Octal1214720641421043413720
Binary10100011001111001101001100010100010011100101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512702; }

 p { color: rgb(81,39,2); }

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

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

 a { background-color: rgb(81,39,2); }

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

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

 span { border-color: rgb(81,39,2); }

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