Html Css Color HEX #512C10 Baker's Chocolate

📋 copy color: '#512C10'

red 81 ◦ green 44 ◦ blue 16

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

Shades of Baker's Chocolate #512C10

Tints of Baker's Chocolate #512C10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 11.35%

R = 57.45%
G = 31.21%
B = 11.35%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.80

 K value IS 0.68

RGB Variations

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

Color information

#512C10 (or 0x512C10) is known color: Baker's Chocolate. HEX triplet: 51, 2C and 10. RGB value is (81,44,16). Sum of RGB (Red+Green+Blue) = 81+44+16=141 (18% of max value = 765). Red value is 81 (32.03% from 255 or 57.45% from 141); Green value is 44 (17.58% from 255 or 31.21% from 141); Blue value is 16 (6.64% from 255 or 11.35% from 141); Max value from RGB is 81 - color contains mainly: red. Hex color #512C10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512C10 is #AED3EF. Grayscale: #343434. Windows color (decimal): -11457520 or 1059921. OLE color: 1059921.

HSL color Cylindrical-coordinate representation of color #512C10: hue angle of 25.85º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #512C10 is Cyan = 0, Magento = 0.46, Yellow = 0.80 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 44 16 -
CMYK 0 0.46 0.80 0.68
HSL 25.85º 0.67% 0.19% -
HSV(B) 25.85º 0.8% 0.32% -
XYZ 4.39 3.59 0.95 -
YUV 51.87 107.76 148.78 -
System Red Green Blue C M Y K H S L
Decimal 81 44 16 0 0.46 0.80 0.68 25.85 0.67 0.19
Hex 51 2C 10 0 2E 50 44 1A 43 13
Octal 121 54 20 0 56 120 104 32 103 23
Binary 1010001 101100 10000 0 101110 1010000 1000100 11010 1000011 10011

Color Harmonies of #512C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512C10

Black with #512C10

Text Example


Text Example

White with #512C10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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