#513009

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

Shades of Baker's Chocolate #513009

Tints of Baker's Chocolate #513009

Color information

#513009 (or 0x513009) is unknown color: approx Baker's Chocolate. HEX triplet: 51, 30 and 09. RGB value is (81,48,9). Sum of RGB (Red+Green+Blue) = 81+48+9=138 (18% of max value = 765). Red value is 81 (32.03% from 255 or 58.70% from 138); Green value is 48 (19.14% from 255 or 34.78% from 138); Blue value is 9 (3.91% from 255 or 6.52% from 138); Max value from RGB is 81 - color contains mainly: red. Hex color #513009 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513009 is #AECFF6. Grayscale: #353535. Windows color (decimal): -11456503 or 602193. OLE color: 602193.

HSL color Cylindrical-coordinate representation of color #513009: hue angle of 32.5º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #513009 is Cyan = 0, Magento = 0.41, Yellow = 0.89 and Black (K on CMYK) = 0.68.

Color convert

RGB81489-
CMYK00.410.890.68
HSL32.5º80%17.65%-
HSV(B)32.5º88.89%31.76%-
XYZ4.53.880.77-
YUV53.42102.93147.67-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 58.70%
GREEN value IS 48 (19.14% from 255) = 34.78%
BLUE value IS 9 (3.91% from 255) = 6.52%
R=58.70%
G=34.78%
B=6.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.89
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8148900.410.890.6832.58017.65
Hex513090295944205012
Octal12160110511311044012022
Binary10100011100001001010100110110011000100100000101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513009; }

 p { color: rgb(81,48,9); }

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

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

 a { background-color: rgb(81,48,9); }

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

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

 span { border-color: rgb(81,48,9); }

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