Html Css Color HEX #513612 Baker's Chocolate

📋 copy color: '#513612'

red 81 ◦ green 54 ◦ blue 18

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

Shades of Baker's Chocolate #513612

Tints of Baker's Chocolate #513612

RGB

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

 GREEN value IS 54 (21.48% from 255) = 35.29%

 BLUE value IS 18 (7.42% from 255) = 11.76%

R = 52.94%
G = 35.29%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.78

 K value IS 0.68

RGB Variations

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

Color information

#513612 (or 0x513612) is known color: Baker's Chocolate. HEX triplet: 51, 36 and 12. RGB value is (81,54,18). Sum of RGB (Red+Green+Blue) = 81+54+18=153 (20% of max value = 765). Red value is 81 (32.03% from 255 or 52.94% from 153); Green value is 54 (21.48% from 255 or 35.29% from 153); Blue value is 18 (7.42% from 255 or 11.76% from 153); Max value from RGB is 81 - color contains mainly: red. Hex color #513612 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513612 is #AEC9ED. Grayscale: #3A3A3A. Windows color (decimal): -11454958 or 1193553. OLE color: 1193553.

HSL color Cylindrical-coordinate representation of color #513612: hue angle of 34.29º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #513612 is Cyan = 0, Magento = 0.33, Yellow = 0.78 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 54 18 -
CMYK 0 0.33 0.78 0.68
HSL 34.29º 0.64% 0.19% -
HSV(B) 34.29º 0.78% 0.32% -
XYZ 4.82 4.43 1.17 -
YUV 57.97 105.45 144.43 -
System Red Green Blue C M Y K H S L
Decimal 81 54 18 0 0.33 0.78 0.68 34.29 0.64 0.19
Hex 51 36 12 0 21 4E 44 22 40 13
Octal 121 66 22 0 41 116 104 42 100 23
Binary 1010001 110110 10010 0 100001 1001110 1000100 100010 1000000 10011

Color Harmonies of #513612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513612

Black with #513612

Text Example


Text Example

White with #513612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513612; }

 p { color: rgb(81,54,18); }

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

background-color css

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

 a { background-color: rgb(81,54,18); }

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

border-color css

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

 span { border-color: rgb(81,54,18); }

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