Html Css Color HEX #512D0D Baker's Chocolate

📋 copy color: '#512D0D'

red 81 ◦ green 45 ◦ blue 13

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

Shades of Baker's Chocolate #512D0D

Tints of Baker's Chocolate #512D0D

RGB

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

 GREEN value IS 45 (17.97% from 255) = 32.37%

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

R = 58.27%
G = 32.37%
B = 9.35%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.84

 K value IS 0.68

RGB Variations

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

Color information

#512D0D (or 0x512D0D) is known color: Baker's Chocolate. HEX triplet: 51, 2D and 0D. RGB value is (81,45,13). Sum of RGB (Red+Green+Blue) = 81+45+13=139 (18% of max value = 765). Red value is 81 (32.03% from 255 or 58.27% from 139); Green value is 45 (17.97% from 255 or 32.37% from 139); Blue value is 13 (5.47% from 255 or 9.35% from 139); Max value from RGB is 81 - color contains mainly: red. Hex color #512D0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512D0D is #AED2F2. Grayscale: #343434. Windows color (decimal): -11457267 or 863569. OLE color: 863569.

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

Color convert

RGB 81 45 13 -
CMYK 0 0.44 0.84 0.68
HSL 28.24º 0.72% 0.18% -
HSV(B) 28.24º 0.84% 0.32% -
XYZ 4.4 3.66 0.85 -
YUV 52.12 105.93 148.6 -
System Red Green Blue C M Y K H S L
Decimal 81 45 13 0 0.44 0.84 0.68 28.24 0.72 0.18
Hex 51 2D D 0 2C 54 44 1C 48 12
Octal 121 55 15 0 54 124 104 34 110 22
Binary 1010001 101101 1101 0 101100 1010100 1000100 11100 1001000 10010

Color Harmonies of #512D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512D0D

Black with #512D0D

Text Example


Text Example

White with #512D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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