#512B02

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

Shades of Baker's Chocolate #512B02

Tints of Baker's Chocolate #512B02

Color information

#512B02 (or 0x512B02) is unknown color: approx Baker's Chocolate. HEX triplet: 51, 2B and 02. RGB value is (81,43,2). Sum of RGB (Red+Green+Blue) = 81+43+2=126 (16% of max value = 765). Red value is 81 (32.03% from 255 or 64.29% from 126); Green value is 43 (17.19% from 255 or 34.13% from 126); Blue value is 2 (1.17% from 255 or 1.59% from 126); Max value from RGB is 81 - color contains mainly: red. Hex color #512B02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512B02 is #AED4FD. Grayscale: #313131. Windows color (decimal): -11457790 or 142161. OLE color: 142161.

HSL color Cylindrical-coordinate representation of color #512B02: hue angle of 31.14º 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 #512B02 is Cyan = 0, Magento = 0.47, Yellow = 0.98 and Black (K on CMYK) = 0.68.

Color convert

RGB81432-
CMYK00.470.980.68
HSL31.14º95.18%16.27%-
HSV(B)31.14º97.53%31.76%-
XYZ4.273.480.5-
YUV49.69101.09150.33-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 64.29%
GREEN value IS 43 (17.19% from 255) = 34.13%
BLUE value IS 2 (1.17% from 255) = 1.59%
R=64.29%
G=34.13%
B=1.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.98
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8143200.470.980.6831.1495.1816.27
Hex512B202F62441f5f10
Octal1215320571421043713720
Binary10100011010111001011111100010100010011111101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512B02; }

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

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

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

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

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

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

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

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