Html Css Color HEX #512B12 Baker's Chocolate

📋 copy color: '#512B12'

red 81 ◦ green 43 ◦ blue 18

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

Shades of Baker's Chocolate #512B12

Tints of Baker's Chocolate #512B12

RGB

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

 GREEN value IS 43 (17.19% from 255) = 30.28%

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

R = 57.04%
G = 30.28%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.78

 K value IS 0.68

RGB Variations

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

Color information

#512B12 (or 0x512B12) is known color: Baker's Chocolate. HEX triplet: 51, 2B and 12. RGB value is (81,43,18). Sum of RGB (Red+Green+Blue) = 81+43+18=142 (18% of max value = 765). Red value is 81 (32.03% from 255 or 57.04% from 142); Green value is 43 (17.19% from 255 or 30.28% from 142); Blue value is 18 (7.42% from 255 or 12.68% from 142); Max value from RGB is 81 - color contains mainly: red. Hex color #512B12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512B12 is #AED4ED. Grayscale: #333333. Windows color (decimal): -11457774 or 1190737. OLE color: 1190737.

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

Color convert

RGB 81 43 18 -
CMYK 0 0.47 0.78 0.68
HSL 23.81º 0.64% 0.19% -
HSV(B) 23.81º 0.78% 0.32% -
XYZ 4.37 3.52 1.02 -
YUV 51.51 109.09 149.03 -
System Red Green Blue C M Y K H S L
Decimal 81 43 18 0 0.47 0.78 0.68 23.81 0.64 0.19
Hex 51 2B 12 0 2F 4E 44 18 40 13
Octal 121 53 22 0 57 116 104 30 100 23
Binary 1010001 101011 10010 0 101111 1001110 1000100 11000 1000000 10011

Color Harmonies of #512B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512B12

Black with #512B12

Text Example


Text Example

White with #512B12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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