Html Css Color HEX #512B0D Baker's Chocolate

📋 copy color: '#512B0D'

red 81 ◦ green 43 ◦ blue 13

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

Shades of Baker's Chocolate #512B0D

Tints of Baker's Chocolate #512B0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 9.49%

R = 59.12%
G = 31.39%
B = 9.49%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.84

 K value IS 0.68

RGB Variations

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

Color information

#512B0D (or 0x512B0D) is known color: Baker's Chocolate. HEX triplet: 51, 2B and 0D. RGB value is (81,43,13). Sum of RGB (Red+Green+Blue) = 81+43+13=137 (18% of max value = 765). Red value is 81 (32.03% from 255 or 59.12% from 137); Green value is 43 (17.19% from 255 or 31.39% from 137); Blue value is 13 (5.47% from 255 or 9.49% from 137); Max value from RGB is 81 - color contains mainly: red. Hex color #512B0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512B0D is #AED4F2. Grayscale: #333333. Windows color (decimal): -11457779 or 863057. OLE color: 863057.

HSL color Cylindrical-coordinate representation of color #512B0D: hue angle of 26.47º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #512B0D is Cyan = 0, Magento = 0.47, Yellow = 0.84 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 43 13 -
CMYK 0 0.47 0.84 0.68
HSL 26.47º 0.72% 0.18% -
HSV(B) 26.47º 0.84% 0.32% -
XYZ 4.33 3.51 0.83 -
YUV 50.94 106.59 149.44 -
System Red Green Blue C M Y K H S L
Decimal 81 43 13 0 0.47 0.84 0.68 26.47 0.72 0.18
Hex 51 2B D 0 2F 54 44 1A 48 12
Octal 121 53 15 0 57 124 104 32 110 22
Binary 1010001 101011 1101 0 101111 1010100 1000100 11010 1001000 10010

Color Harmonies of #512B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512B0D

Black with #512B0D

Text Example


Text Example

White with #512B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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