Html Css Color HEX #512A09 Baker's Chocolate

📋 copy color: '#512A09'

red 81 ◦ green 42 ◦ blue 9

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

Shades of Baker's Chocolate #512A09

Tints of Baker's Chocolate #512A09

RGB

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

 GREEN value IS 42 (16.8% from 255) = 31.82%

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

R = 61.36%
G = 31.82%
B = 6.82%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.89

 K value IS 0.68

RGB Variations

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

Color information

#512A09 (or 0x512A09) is known color: Baker's Chocolate. HEX triplet: 51, 2A and 09. RGB value is (81,42,9). Sum of RGB (Red+Green+Blue) = 81+42+9=132 (17% of max value = 765). Red value is 81 (32.03% from 255 or 61.36% from 132); Green value is 42 (16.80% from 255 or 31.82% from 132); Blue value is 9 (3.91% from 255 or 6.82% from 132); Max value from RGB is 81 - color contains mainly: red. Hex color #512A09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512A09 is #AED5F6. Grayscale: #323232. Windows color (decimal): -11458039 or 600657. OLE color: 600657.

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

Color convert

RGB 81 42 9 -
CMYK 0 0.48 0.89 0.68
HSL 27.5º 0.8% 0.18% -
HSV(B) 27.5º 0.89% 0.32% -
XYZ 4.27 3.42 0.69 -
YUV 49.9 104.92 150.18 -
System Red Green Blue C M Y K H S L
Decimal 81 42 9 0 0.48 0.89 0.68 27.5 0.8 0.18
Hex 51 2A 9 0 30 59 44 1C 50 12
Octal 121 52 11 0 60 131 104 34 120 22
Binary 1010001 101010 1001 0 110000 1011001 1000100 11100 1010000 10010

Color Harmonies of #512A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512A09

Black with #512A09

Text Example


Text Example

White with #512A09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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