Html Css Color HEX #513613 Baker's Chocolate

📋 copy color: '#513613'

red 81 ◦ green 54 ◦ blue 19

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

Shades of Baker's Chocolate #513613

Tints of Baker's Chocolate #513613

RGB

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

 GREEN value IS 54 (21.48% from 255) = 35.06%

 BLUE value IS 19 (7.81% from 255) = 12.34%

R = 52.6%
G = 35.06%
B = 12.34%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.77

 K value IS 0.68

RGB Variations

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

Color information

#513613 (or 0x513613) is known color: Baker's Chocolate. HEX triplet: 51, 36 and 13. RGB value is (81,54,19). Sum of RGB (Red+Green+Blue) = 81+54+19=154 (20% of max value = 765). Red value is 81 (32.03% from 255 or 52.60% from 154); Green value is 54 (21.48% from 255 or 35.06% from 154); Blue value is 19 (7.81% from 255 or 12.34% from 154); Max value from RGB is 81 - color contains mainly: red. Hex color #513613 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513613 is #AEC9EC. Grayscale: #3A3A3A. Windows color (decimal): -11454957 or 1259089. OLE color: 1259089.

HSL color Cylindrical-coordinate representation of color #513613: hue angle of 33.87º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #513613 is Cyan = 0, Magento = 0.33, Yellow = 0.77 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 54 19 -
CMYK 0 0.33 0.77 0.68
HSL 33.87º 0.62% 0.2% -
HSV(B) 33.87º 0.77% 0.32% -
XYZ 4.83 4.43 1.22 -
YUV 58.08 105.95 144.35 -
System Red Green Blue C M Y K H S L
Decimal 81 54 19 0 0.33 0.77 0.68 33.87 0.62 0.2
Hex 51 36 13 0 21 4D 44 22 3E 14
Octal 121 66 23 0 41 115 104 42 76 24
Binary 1010001 110110 10011 0 100001 1001101 1000100 100010 111110 10100

Color Harmonies of #513613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513613

Black with #513613

Text Example


Text Example

White with #513613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513613; }

 p { color: rgb(81,54,19); }

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

background-color css

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

 a { background-color: rgb(81,54,19); }

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

border-color css

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

 span { border-color: rgb(81,54,19); }

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