Html Css Color HEX #512A10 Baker's Chocolate

📋 copy color: '#512A10'

red 81 ◦ green 42 ◦ blue 16

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

Shades of Baker's Chocolate #512A10

Tints of Baker's Chocolate #512A10

RGB

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

 GREEN value IS 42 (16.8% from 255) = 30.22%

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

R = 58.27%
G = 30.22%
B = 11.51%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.80

 K value IS 0.68

RGB Variations

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

Color information

#512A10 (or 0x512A10) is known color: Baker's Chocolate. HEX triplet: 51, 2A and 10. RGB value is (81,42,16). Sum of RGB (Red+Green+Blue) = 81+42+16=139 (18% of max value = 765). Red value is 81 (32.03% from 255 or 58.27% from 139); Green value is 42 (16.80% from 255 or 30.22% from 139); Blue value is 16 (6.64% from 255 or 11.51% from 139); Max value from RGB is 81 - color contains mainly: red. Hex color #512A10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512A10 is #AED5EF. Grayscale: #323232. Windows color (decimal): -11458032 or 1059409. OLE color: 1059409.

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

Color convert

RGB 81 42 16 -
CMYK 0 0.48 0.80 0.68
HSL 24º 0.67% 0.19% -
HSV(B) 24º 0.8% 0.32% -
XYZ 4.31 3.44 0.93 -
YUV 50.7 108.42 149.61 -
System Red Green Blue C M Y K H S L
Decimal 81 42 16 0 0.48 0.80 0.68 24 0.67 0.19
Hex 51 2A 10 0 30 50 44 18 43 13
Octal 121 52 20 0 60 120 104 30 103 23
Binary 1010001 101010 10000 0 110000 1010000 1000100 11000 1000011 10011

Color Harmonies of #512A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512A10

Black with #512A10

Text Example


Text Example

White with #512A10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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