Html Css Color HEX #513205 Baker's Chocolate

📋 copy color: '#513205'

red 81 ◦ green 50 ◦ blue 5

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

Shades of Baker's Chocolate #513205

Tints of Baker's Chocolate #513205

RGB

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

 GREEN value IS 50 (19.92% from 255) = 36.76%

 BLUE value IS 5 (2.34% from 255) = 3.68%

R = 59.56%
G = 36.76%
B = 3.68%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.94

 K value IS 0.68

RGB Variations

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

Color information

#513205 (or 0x513205) is known color: Baker's Chocolate. HEX triplet: 51, 32 and 05. RGB value is (81,50,5). Sum of RGB (Red+Green+Blue) = 81+50+5=136 (18% of max value = 765). Red value is 81 (32.03% from 255 or 59.56% from 136); Green value is 50 (19.92% from 255 or 36.76% from 136); Blue value is 5 (2.34% from 255 or 3.68% from 136); Max value from RGB is 81 - color contains mainly: red. Hex color #513205 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513205 is #AECDFA. Grayscale: #363636. Windows color (decimal): -11455995 or 340561. OLE color: 340561.

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

Color convert

RGB 81 50 5 -
CMYK 0 0.38 0.94 0.68
HSL 35.53º 0.88% 0.17% -
HSV(B) 35.53º 0.94% 0.32% -
XYZ 4.56 4.04 0.68 -
YUV 54.14 100.27 147.16 -
System Red Green Blue C M Y K H S L
Decimal 81 50 5 0 0.38 0.94 0.68 35.53 0.88 0.17
Hex 51 32 5 0 26 5E 44 24 58 11
Octal 121 62 5 0 46 136 104 44 130 21
Binary 1010001 110010 101 0 100110 1011110 1000100 100100 1011000 10001

Color Harmonies of #513205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513205

Black with #513205

Text Example


Text Example

White with #513205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513205; }

 p { color: rgb(81,50,5); }

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

background-color css

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

 a { background-color: rgb(81,50,5); }

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

border-color css

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

 span { border-color: rgb(81,50,5); }

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