#512F00

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

Shades of Baker's Chocolate #512F00

Tints of Baker's Chocolate #512F00

Color information

#512F00 (or 0x512F00) is unknown color: approx Baker's Chocolate. HEX triplet: 51, 2F and 00. RGB value is (81,47,0). Sum of RGB (Red+Green+Blue) = 81+47+0=128 (16% of max value = 765). Red value is 81 (32.03% from 255 or 63.28% from 128); Green value is 47 (18.75% from 255 or 36.72% from 128); Blue value is 0 (0.39% from 255 or 0% from 128); Max value from RGB is 81 - color contains mainly: red. Hex color #512F00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512F00 is #AED0FF. Grayscale: #343434. Windows color (decimal): -11456768 or 12113. OLE color: 12113.

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

Color convert

RGB81470-
CMYK00.4210.68
HSL34.81º100%15.88%-
HSV(B)34.81º100%31.76%-
XYZ4.413.780.5-
YUV51.8198.76148.82-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 63.28%
GREEN value IS 47 (18.75% from 255) = 36.72%
BLUE value IS 0 (0.39% from 255) = 0%
R=63.28%
G=36.72%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 1
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8147000.4210.6834.8110015.88
Hex512F002A6444236410
Octal1215700521441044314420
Binary10100011011110010101011001001000100100011110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,47,0); }

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

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

 a { background-color: rgb(81,47,0); }

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

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

 span { border-color: rgb(81,47,0); }

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