Html Css Color HEX #512C12 Baker's Chocolate

📋 copy color: '#512C12'

red 81 ◦ green 44 ◦ blue 18

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

Shades of Baker's Chocolate #512C12

Tints of Baker's Chocolate #512C12

RGB

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

 GREEN value IS 44 (17.58% from 255) = 30.77%

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

R = 56.64%
G = 30.77%
B = 12.59%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.78

 K value IS 0.68

RGB Variations

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

Color information

#512C12 (or 0x512C12) is known color: Baker's Chocolate. HEX triplet: 51, 2C and 12. RGB value is (81,44,18). Sum of RGB (Red+Green+Blue) = 81+44+18=143 (18% of max value = 765). Red value is 81 (32.03% from 255 or 56.64% from 143); Green value is 44 (17.58% from 255 or 30.77% from 143); Blue value is 18 (7.42% from 255 or 12.59% from 143); Max value from RGB is 81 - color contains mainly: red. Hex color #512C12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512C12 is #AED3ED. Grayscale: #343434. Windows color (decimal): -11457518 or 1190993. OLE color: 1190993.

HSL color Cylindrical-coordinate representation of color #512C12: hue angle of 24.76º 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 #512C12 is Cyan = 0, Magento = 0.46, Yellow = 0.78 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 44 18 -
CMYK 0 0.46 0.78 0.68
HSL 24.76º 0.64% 0.19% -
HSV(B) 24.76º 0.78% 0.32% -
XYZ 4.4 3.59 1.03 -
YUV 52.1 108.76 148.61 -
System Red Green Blue C M Y K H S L
Decimal 81 44 18 0 0.46 0.78 0.68 24.76 0.64 0.19
Hex 51 2C 12 0 2E 4E 44 19 40 13
Octal 121 54 22 0 56 116 104 31 100 23
Binary 1010001 101100 10010 0 101110 1001110 1000100 11001 1000000 10011

Color Harmonies of #512C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512C12

Black with #512C12

Text Example


Text Example

White with #512C12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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