Html Css Color HEX #512E09 Baker's Chocolate

📋 copy color: '#512E09'

red 81 ◦ green 46 ◦ blue 9

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

Shades of Baker's Chocolate #512E09

Tints of Baker's Chocolate #512E09

RGB

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

 GREEN value IS 46 (18.36% from 255) = 33.82%

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

R = 59.56%
G = 33.82%
B = 6.62%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.89

 K value IS 0.68

RGB Variations

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

Color information

#512E09 (or 0x512E09) is known color: Baker's Chocolate. HEX triplet: 51, 2E and 09. RGB value is (81,46,9). Sum of RGB (Red+Green+Blue) = 81+46+9=136 (18% of max value = 765). Red value is 81 (32.03% from 255 or 59.56% from 136); Green value is 46 (18.36% from 255 or 33.82% from 136); Blue value is 9 (3.91% from 255 or 6.62% from 136); Max value from RGB is 81 - color contains mainly: red. Hex color #512E09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512E09 is #AED1F6. Grayscale: #343434. Windows color (decimal): -11457015 or 601681. OLE color: 601681.

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

Color convert

RGB 81 46 9 -
CMYK 0 0.43 0.89 0.68
HSL 30.83º 0.8% 0.18% -
HSV(B) 30.83º 0.89% 0.32% -
XYZ 4.42 3.72 0.74 -
YUV 52.25 103.6 148.51 -
System Red Green Blue C M Y K H S L
Decimal 81 46 9 0 0.43 0.89 0.68 30.83 0.8 0.18
Hex 51 2E 9 0 2B 59 44 1F 50 12
Octal 121 56 11 0 53 131 104 37 120 22
Binary 1010001 101110 1001 0 101011 1011001 1000100 11111 1010000 10010

Color Harmonies of #512E09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512E09

Black with #512E09

Text Example


Text Example

White with #512E09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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