Html Css Color HEX #513206 Baker's Chocolate

📋 copy color: '#513206'

red 81 ◦ green 50 ◦ blue 6

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

Shades of Baker's Chocolate #513206

Tints of Baker's Chocolate #513206

RGB

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

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

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

R = 59.12%
G = 36.5%
B = 4.38%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.93

 K value IS 0.68

RGB Variations

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

Color information

#513206 (or 0x513206) is known color: Baker's Chocolate. HEX triplet: 51, 32 and 06. RGB value is (81,50,6). Sum of RGB (Red+Green+Blue) = 81+50+6=137 (18% of max value = 765). Red value is 81 (32.03% from 255 or 59.12% from 137); Green value is 50 (19.92% from 255 or 36.50% from 137); Blue value is 6 (2.73% from 255 or 4.38% from 137); Max value from RGB is 81 - color contains mainly: red. Hex color #513206 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513206 is #AECDF9. Grayscale: #363636. Windows color (decimal): -11455994 or 406097. OLE color: 406097.

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

Color convert

RGB 81 50 6 -
CMYK 0 0.38 0.93 0.68
HSL 35.2º 0.86% 0.17% -
HSV(B) 35.2º 0.93% 0.32% -
XYZ 4.57 4.04 0.71 -
YUV 54.25 100.77 147.08 -
System Red Green Blue C M Y K H S L
Decimal 81 50 6 0 0.38 0.93 0.68 35.2 0.86 0.17
Hex 51 32 6 0 26 5D 44 23 56 11
Octal 121 62 6 0 46 135 104 43 126 21
Binary 1010001 110010 110 0 100110 1011101 1000100 100011 1010110 10001

Color Harmonies of #513206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513206

Black with #513206

Text Example


Text Example

White with #513206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513206; }

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

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

background-color css

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

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

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

border-color css

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

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

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