Html Css Color HEX #513406 Baker's Chocolate

📋 copy color: '#513406'

red 81 ◦ green 52 ◦ blue 6

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

Shades of Baker's Chocolate #513406

Tints of Baker's Chocolate #513406

RGB

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

 GREEN value IS 52 (20.7% from 255) = 37.41%

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

R = 58.27%
G = 37.41%
B = 4.32%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.93

 K value IS 0.68

RGB Variations

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

Color information

#513406 (or 0x513406) is known color: Baker's Chocolate. HEX triplet: 51, 34 and 06. RGB value is (81,52,6). Sum of RGB (Red+Green+Blue) = 81+52+6=139 (18% of max value = 765). Red value is 81 (32.03% from 255 or 58.27% from 139); Green value is 52 (20.70% from 255 or 37.41% from 139); Blue value is 6 (2.73% from 255 or 4.32% from 139); Max value from RGB is 81 - color contains mainly: red. Hex color #513406 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513406 is #AECBF9. Grayscale: #373737. Windows color (decimal): -11455482 or 406609. OLE color: 406609.

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

Color convert

RGB 81 52 6 -
CMYK 0 0.36 0.93 0.68
HSL 36.8º 0.86% 0.17% -
HSV(B) 36.8º 0.93% 0.32% -
XYZ 4.65 4.22 0.74 -
YUV 55.43 100.11 146.24 -
System Red Green Blue C M Y K H S L
Decimal 81 52 6 0 0.36 0.93 0.68 36.8 0.86 0.17
Hex 51 34 6 0 24 5D 44 25 56 11
Octal 121 64 6 0 44 135 104 45 126 21
Binary 1010001 110100 110 0 100100 1011101 1000100 100101 1010110 10001

Color Harmonies of #513406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513406

Black with #513406

Text Example


Text Example

White with #513406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513406; }

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

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

background-color css

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

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

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

border-color css

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

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

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