Html Css Color HEX #513313 Baker's Chocolate

📋 copy color: '#513313'

red 81 ◦ green 51 ◦ blue 19

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

Shades of Baker's Chocolate #513313

Tints of Baker's Chocolate #513313

RGB

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

 GREEN value IS 51 (20.31% from 255) = 33.77%

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

R = 53.64%
G = 33.77%
B = 12.58%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.77

 K value IS 0.68

RGB Variations

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

Color information

#513313 (or 0x513313) is known color: Baker's Chocolate. HEX triplet: 51, 33 and 13. RGB value is (81,51,19). Sum of RGB (Red+Green+Blue) = 81+51+19=151 (20% of max value = 765). Red value is 81 (32.03% from 255 or 53.64% from 151); Green value is 51 (20.31% from 255 or 33.77% from 151); Blue value is 19 (7.81% from 255 or 12.58% from 151); Max value from RGB is 81 - color contains mainly: red. Hex color #513313 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513313 is #AECCEC. Grayscale: #383838. Windows color (decimal): -11455725 or 1258321. OLE color: 1258321.

HSL color Cylindrical-coordinate representation of color #513313: hue angle of 30.97º 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 #513313 is Cyan = 0, Magento = 0.37, Yellow = 0.77 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 51 19 -
CMYK 0 0.37 0.77 0.68
HSL 30.97º 0.62% 0.2% -
HSV(B) 30.97º 0.77% 0.32% -
XYZ 4.69 4.16 1.17 -
YUV 56.32 106.94 145.6 -
System Red Green Blue C M Y K H S L
Decimal 81 51 19 0 0.37 0.77 0.68 30.97 0.62 0.2
Hex 51 33 13 0 25 4D 44 1F 3E 14
Octal 121 63 23 0 45 115 104 37 76 24
Binary 1010001 110011 10011 0 100101 1001101 1000100 11111 111110 10100

Color Harmonies of #513313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513313

Black with #513313

Text Example


Text Example

White with #513313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513313; }

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

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

background-color css

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

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

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

border-color css

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

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

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