Html Css Color HEX #512D0E Baker's Chocolate

📋 copy color: '#512D0E'

red 81 ◦ green 45 ◦ blue 14

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

Shades of Baker's Chocolate #512D0E

Tints of Baker's Chocolate #512D0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 10%

R = 57.86%
G = 32.14%
B = 10%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.83

 K value IS 0.68

RGB Variations

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

Color information

#512D0E (or 0x512D0E) is known color: Baker's Chocolate. HEX triplet: 51, 2D and 0E. RGB value is (81,45,14). Sum of RGB (Red+Green+Blue) = 81+45+14=140 (18% of max value = 765). Red value is 81 (32.03% from 255 or 57.86% from 140); Green value is 45 (17.97% from 255 or 32.14% from 140); Blue value is 14 (5.86% from 255 or 10% from 140); Max value from RGB is 81 - color contains mainly: red. Hex color #512D0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512D0E is #AED2F1. Grayscale: #343434. Windows color (decimal): -11457266 or 929105. OLE color: 929105.

HSL color Cylindrical-coordinate representation of color #512D0E: hue angle of 27.76º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #512D0E is Cyan = 0, Magento = 0.44, Yellow = 0.83 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 45 14 -
CMYK 0 0.44 0.83 0.68
HSL 27.76º 0.71% 0.19% -
HSV(B) 27.76º 0.83% 0.32% -
XYZ 4.41 3.66 0.89 -
YUV 52.23 106.43 148.52 -
System Red Green Blue C M Y K H S L
Decimal 81 45 14 0 0.44 0.83 0.68 27.76 0.71 0.19
Hex 51 2D E 0 2C 53 44 1C 47 13
Octal 121 55 16 0 54 123 104 34 107 23
Binary 1010001 101101 1110 0 101100 1010011 1000100 11100 1000111 10011

Color Harmonies of #512D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512D0E

Black with #512D0E

Text Example


Text Example

White with #512D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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