Html Css Color HEX #513506 Baker's Chocolate

📋 copy color: '#513506'

red 81 ◦ green 53 ◦ blue 6

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

Shades of Baker's Chocolate #513506

Tints of Baker's Chocolate #513506

RGB

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

 GREEN value IS 53 (21.09% from 255) = 37.86%

 BLUE value IS 6 (2.73% from 255) = 4.29%

R = 57.86%
G = 37.86%
B = 4.29%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.93

 K value IS 0.68

RGB Variations

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

Color information

#513506 (or 0x513506) is known color: Baker's Chocolate. HEX triplet: 51, 35 and 06. RGB value is (81,53,6). Sum of RGB (Red+Green+Blue) = 81+53+6=140 (18% of max value = 765). Red value is 81 (32.03% from 255 or 57.86% from 140); Green value is 53 (21.09% from 255 or 37.86% from 140); Blue value is 6 (2.73% from 255 or 4.29% from 140); Max value from RGB is 81 - color contains mainly: red. Hex color #513506 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513506 is #AECAF9. Grayscale: #383838. Windows color (decimal): -11455226 or 406865. OLE color: 406865.

HSL color Cylindrical-coordinate representation of color #513506: hue angle of 37.6º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #513506 is Cyan = 0, Magento = 0.35, Yellow = 0.93 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 53 6 -
CMYK 0 0.35 0.93 0.68
HSL 37.6º 0.86% 0.17% -
HSV(B) 37.6º 0.93% 0.32% -
XYZ 4.7 4.31 0.76 -
YUV 56.01 99.78 145.82 -
System Red Green Blue C M Y K H S L
Decimal 81 53 6 0 0.35 0.93 0.68 37.6 0.86 0.17
Hex 51 35 6 0 23 5D 44 26 56 11
Octal 121 65 6 0 43 135 104 46 126 21
Binary 1010001 110101 110 0 100011 1011101 1000100 100110 1010110 10001

Color Harmonies of #513506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513506

Black with #513506

Text Example


Text Example

White with #513506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513506; }

 p { color: rgb(81,53,6); }

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

background-color css

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

 a { background-color: rgb(81,53,6); }

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

border-color css

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

 span { border-color: rgb(81,53,6); }

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