Html Css Color HEX #513108 Baker's Chocolate

📋 copy color: '#513108'

red 81 ◦ green 49 ◦ blue 8

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

Shades of Baker's Chocolate #513108

Tints of Baker's Chocolate #513108

RGB

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

 GREEN value IS 49 (19.53% from 255) = 35.51%

 BLUE value IS 8 (3.52% from 255) = 5.8%

R = 58.7%
G = 35.51%
B = 5.8%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.90

 K value IS 0.68

RGB Variations

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

Color information

#513108 (or 0x513108) is known color: Baker's Chocolate. HEX triplet: 51, 31 and 08. RGB value is (81,49,8). Sum of RGB (Red+Green+Blue) = 81+49+8=138 (18% of max value = 765). Red value is 81 (32.03% from 255 or 58.70% from 138); Green value is 49 (19.53% from 255 or 35.51% from 138); Blue value is 8 (3.52% from 255 or 5.80% from 138); Max value from RGB is 81 - color contains mainly: red. Hex color #513108 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513108 is #AECEF7. Grayscale: #363636. Windows color (decimal): -11456248 or 536913. OLE color: 536913.

HSL color Cylindrical-coordinate representation of color #513108: hue angle of 33.7º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #513108 is Cyan = 0, Magento = 0.40, Yellow = 0.90 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 49 8 -
CMYK 0 0.40 0.90 0.68
HSL 33.7º 0.82% 0.17% -
HSV(B) 33.7º 0.9% 0.32% -
XYZ 4.54 3.96 0.76 -
YUV 53.89 102.1 147.33 -
System Red Green Blue C M Y K H S L
Decimal 81 49 8 0 0.40 0.90 0.68 33.7 0.82 0.17
Hex 51 31 8 0 28 5A 44 22 52 11
Octal 121 61 10 0 50 132 104 42 122 21
Binary 1010001 110001 1000 0 101000 1011010 1000100 100010 1010010 10001

Color Harmonies of #513108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513108

Black with #513108

Text Example


Text Example

White with #513108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513108; }

 p { color: rgb(81,49,8); }

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

background-color css

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

 a { background-color: rgb(81,49,8); }

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

border-color css

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

 span { border-color: rgb(81,49,8); }

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