Html Css Color HEX #513712 Baker's Chocolate

📋 copy color: '#513712'

red 81 ◦ green 55 ◦ blue 18

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

Shades of Baker's Chocolate #513712

Tints of Baker's Chocolate #513712

RGB

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

 GREEN value IS 55 (21.88% from 255) = 35.71%

 BLUE value IS 18 (7.42% from 255) = 11.69%

R = 52.6%
G = 35.71%
B = 11.69%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.78

 K value IS 0.68

RGB Variations

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

Color information

#513712 (or 0x513712) is known color: Baker's Chocolate. HEX triplet: 51, 37 and 12. RGB value is (81,55,18). Sum of RGB (Red+Green+Blue) = 81+55+18=154 (20% of max value = 765). Red value is 81 (32.03% from 255 or 52.60% from 154); Green value is 55 (21.88% from 255 or 35.71% from 154); Blue value is 18 (7.42% from 255 or 11.69% from 154); Max value from RGB is 81 - color contains mainly: red. Hex color #513712 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513712 is #AEC8ED. Grayscale: #3A3A3A. Windows color (decimal): -11454702 or 1193809. OLE color: 1193809.

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

Color convert

RGB 81 55 18 -
CMYK 0 0.32 0.78 0.68
HSL 35.24º 0.64% 0.19% -
HSV(B) 35.24º 0.78% 0.32% -
XYZ 4.87 4.53 1.19 -
YUV 58.56 105.11 144.01 -
System Red Green Blue C M Y K H S L
Decimal 81 55 18 0 0.32 0.78 0.68 35.24 0.64 0.19
Hex 51 37 12 0 20 4E 44 23 40 13
Octal 121 67 22 0 40 116 104 43 100 23
Binary 1010001 110111 10010 0 100000 1001110 1000100 100011 1000000 10011

Color Harmonies of #513712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513712

Black with #513712

Text Example


Text Example

White with #513712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513712; }

 p { color: rgb(81,55,18); }

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

background-color css

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

 a { background-color: rgb(81,55,18); }

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

border-color css

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

 span { border-color: rgb(81,55,18); }

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