Html Css Color HEX #512B0E Baker's Chocolate

📋 copy color: '#512B0E'

red 81 ◦ green 43 ◦ blue 14

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

Shades of Baker's Chocolate #512B0E

Tints of Baker's Chocolate #512B0E

RGB

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

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

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

R = 58.7%
G = 31.16%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.83

 K value IS 0.68

RGB Variations

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

Color information

#512B0E (or 0x512B0E) is known color: Baker's Chocolate. HEX triplet: 51, 2B and 0E. RGB value is (81,43,14). Sum of RGB (Red+Green+Blue) = 81+43+14=138 (18% of max value = 765). Red value is 81 (32.03% from 255 or 58.70% from 138); Green value is 43 (17.19% from 255 or 31.16% from 138); Blue value is 14 (5.86% from 255 or 10.14% from 138); Max value from RGB is 81 - color contains mainly: red. Hex color #512B0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512B0E is #AED4F1. Grayscale: #333333. Windows color (decimal): -11457778 or 928593. OLE color: 928593.

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

Color convert

RGB 81 43 14 -
CMYK 0 0.47 0.83 0.68
HSL 25.97º 0.71% 0.19% -
HSV(B) 25.97º 0.83% 0.32% -
XYZ 4.34 3.51 0.86 -
YUV 51.06 107.09 149.36 -
System Red Green Blue C M Y K H S L
Decimal 81 43 14 0 0.47 0.83 0.68 25.97 0.71 0.19
Hex 51 2B E 0 2F 53 44 1A 47 13
Octal 121 53 16 0 57 123 104 32 107 23
Binary 1010001 101011 1110 0 101111 1010011 1000100 11010 1000111 10011

Color Harmonies of #512B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512B0E

Black with #512B0E

Text Example


Text Example

White with #512B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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