Html Css Color HEX #512009 Baker's Chocolate

📋 copy color: '#512009'

red 81 ◦ green 32 ◦ blue 9

#512009
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Baker's Chocolate #512009

Tints of Baker's Chocolate #512009

RGB

 RED value IS 81 (32.03% from 255) = 66.39%

 GREEN value IS 32 (12.89% from 255) = 26.23%

 BLUE value IS 9 (3.91% from 255) = 7.38%

R = 66.39%
G = 26.23%
B = 7.38%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.89

 K value IS 0.68

RGB Variations

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

Color information

#512009 (or 0x512009) is known color: Baker's Chocolate. HEX triplet: 51, 20 and 09. RGB value is (81,32,9). Sum of RGB (Red+Green+Blue) = 81+32+9=122 (16% of max value = 765). Red value is 81 (32.03% from 255 or 66.39% from 122); Green value is 32 (12.89% from 255 or 26.23% from 122); Blue value is 9 (3.91% from 255 or 7.38% from 122); Max value from RGB is 81 - color contains mainly: red. Hex color #512009 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512009 is #AEDFF6. Grayscale: #2C2C2C. Windows color (decimal): -11460599 or 598097. OLE color: 598097.

HSL color Cylindrical-coordinate representation of color #512009: hue angle of 19.17º 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 #512009 is Cyan = 0, Magento = 0.60, Yellow = 0.89 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 32 9 -
CMYK 0 0.60 0.89 0.68
HSL 19.17º 0.8% 0.18% -
HSV(B) 19.17º 0.89% 0.32% -
XYZ 3.96 2.8 0.59 -
YUV 44.03 108.23 154.37 -
System Red Green Blue C M Y K H S L
Decimal 81 32 9 0 0.60 0.89 0.68 19.17 0.8 0.18
Hex 51 20 9 0 3C 59 44 13 50 12
Octal 121 40 11 0 74 131 104 23 120 22
Binary 1010001 100000 1001 0 111100 1011001 1000100 10011 1010000 10010

Color Harmonies of #512009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512009

Black with #512009

Text Example


Text Example

White with #512009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512009; }

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

 H1.HeaderClassName
 {
   color: #512009;
 }
 .AnyTagClassName
 {
   color: #512009;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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