Html Css Color HEX #512E0D Baker's Chocolate

📋 copy color: '#512E0D'

red 81 ◦ green 46 ◦ blue 13

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

Shades of Baker's Chocolate #512E0D

Tints of Baker's Chocolate #512E0D

RGB

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

 GREEN value IS 46 (18.36% from 255) = 32.86%

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

R = 57.86%
G = 32.86%
B = 9.29%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.84

 K value IS 0.68

RGB Variations

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

Color information

#512E0D (or 0x512E0D) is known color: Baker's Chocolate. HEX triplet: 51, 2E and 0D. RGB value is (81,46,13). Sum of RGB (Red+Green+Blue) = 81+46+13=140 (18% of max value = 765). Red value is 81 (32.03% from 255 or 57.86% from 140); Green value is 46 (18.36% from 255 or 32.86% from 140); Blue value is 13 (5.47% from 255 or 9.29% from 140); Max value from RGB is 81 - color contains mainly: red. Hex color #512E0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512E0D is #AED1F2. Grayscale: #343434. Windows color (decimal): -11457011 or 863825. OLE color: 863825.

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

Color convert

RGB 81 46 13 -
CMYK 0 0.43 0.84 0.68
HSL 29.12º 0.72% 0.18% -
HSV(B) 29.12º 0.84% 0.32% -
XYZ 4.44 3.73 0.87 -
YUV 52.7 105.6 148.18 -
System Red Green Blue C M Y K H S L
Decimal 81 46 13 0 0.43 0.84 0.68 29.12 0.72 0.18
Hex 51 2E D 0 2B 54 44 1D 48 12
Octal 121 56 15 0 53 124 104 35 110 22
Binary 1010001 101110 1101 0 101011 1010100 1000100 11101 1001000 10010

Color Harmonies of #512E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512E0D

Black with #512E0D

Text Example


Text Example

White with #512E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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