Html Css Color HEX #512D12 Baker's Chocolate

📋 copy color: '#512D12'

red 81 ◦ green 45 ◦ blue 18

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

Shades of Baker's Chocolate #512D12

Tints of Baker's Chocolate #512D12

RGB

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

 GREEN value IS 45 (17.97% from 255) = 31.25%

 BLUE value IS 18 (7.42% from 255) = 12.5%

R = 56.25%
G = 31.25%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.78

 K value IS 0.68

RGB Variations

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

Color information

#512D12 (or 0x512D12) is known color: Baker's Chocolate. HEX triplet: 51, 2D and 12. RGB value is (81,45,18). Sum of RGB (Red+Green+Blue) = 81+45+18=144 (19% of max value = 765). Red value is 81 (32.03% from 255 or 56.25% from 144); Green value is 45 (17.97% from 255 or 31.25% from 144); Blue value is 18 (7.42% from 255 or 12.5% from 144); Max value from RGB is 81 - color contains mainly: red. Hex color #512D12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512D12 is #AED2ED. Grayscale: #343434. Windows color (decimal): -11457262 or 1191249. OLE color: 1191249.

HSL color Cylindrical-coordinate representation of color #512D12: hue angle of 25.71º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #512D12 is Cyan = 0, Magento = 0.44, Yellow = 0.78 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 45 18 -
CMYK 0 0.44 0.78 0.68
HSL 25.71º 0.64% 0.19% -
HSV(B) 25.71º 0.78% 0.32% -
XYZ 4.44 3.67 1.05 -
YUV 52.69 108.43 148.2 -
System Red Green Blue C M Y K H S L
Decimal 81 45 18 0 0.44 0.78 0.68 25.71 0.64 0.19
Hex 51 2D 12 0 2C 4E 44 1A 40 13
Octal 121 55 22 0 54 116 104 32 100 23
Binary 1010001 101101 10010 0 101100 1001110 1000100 11010 1000000 10011

Color Harmonies of #512D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512D12

Black with #512D12

Text Example


Text Example

White with #512D12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,45,18); }

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

background-color css

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

 a { background-color: rgb(81,45,18); }

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

border-color css

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

 span { border-color: rgb(81,45,18); }

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