Html Css Color HEX #512209 Baker's Chocolate

📋 copy color: '#512209'

red 81 ◦ green 34 ◦ blue 9

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

Shades of Baker's Chocolate #512209

Tints of Baker's Chocolate #512209

RGB

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

 GREEN value IS 34 (13.67% from 255) = 27.42%

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

R = 65.32%
G = 27.42%
B = 7.26%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.89

 K value IS 0.68

RGB Variations

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

Color information

#512209 (or 0x512209) is known color: Baker's Chocolate. HEX triplet: 51, 22 and 09. RGB value is (81,34,9). Sum of RGB (Red+Green+Blue) = 81+34+9=124 (16% of max value = 765). Red value is 81 (32.03% from 255 or 65.32% from 124); Green value is 34 (13.67% from 255 or 27.42% from 124); Blue value is 9 (3.91% from 255 or 7.26% from 124); Max value from RGB is 81 - color contains mainly: red. Hex color #512209 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512209 is #AEDDF6. Grayscale: #2D2D2D. Windows color (decimal): -11460087 or 598609. OLE color: 598609.

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

Color convert

RGB 81 34 9 -
CMYK 0 0.58 0.89 0.68
HSL 20.83º 0.8% 0.18% -
HSV(B) 20.83º 0.89% 0.32% -
XYZ 4.01 2.91 0.61 -
YUV 45.2 107.57 153.53 -
System Red Green Blue C M Y K H S L
Decimal 81 34 9 0 0.58 0.89 0.68 20.83 0.8 0.18
Hex 51 22 9 0 3A 59 44 15 50 12
Octal 121 42 11 0 72 131 104 25 120 22
Binary 1010001 100010 1001 0 111010 1011001 1000100 10101 1010000 10010

Color Harmonies of #512209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512209

Black with #512209

Text Example


Text Example

White with #512209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512209; }

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

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

background-color css

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

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

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

border-color css

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

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

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