Html Css Color HEX #513312 Baker's Chocolate

📋 copy color: '#513312'

red 81 ◦ green 51 ◦ blue 18

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

Shades of Baker's Chocolate #513312

Tints of Baker's Chocolate #513312

RGB

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

 GREEN value IS 51 (20.31% from 255) = 34%

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

R = 54%
G = 34%
B = 12%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.78

 K value IS 0.68

RGB Variations

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

Color information

#513312 (or 0x513312) is known color: Baker's Chocolate. HEX triplet: 51, 33 and 12. RGB value is (81,51,18). Sum of RGB (Red+Green+Blue) = 81+51+18=150 (19% of max value = 765). Red value is 81 (32.03% from 255 or 54% from 150); Green value is 51 (20.31% from 255 or 34% from 150); Blue value is 18 (7.42% from 255 or 12% from 150); Max value from RGB is 81 - color contains mainly: red. Hex color #513312 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513312 is #AECCED. Grayscale: #383838. Windows color (decimal): -11455726 or 1192785. OLE color: 1192785.

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

Color convert

RGB 81 51 18 -
CMYK 0 0.37 0.78 0.68
HSL 31.43º 0.64% 0.19% -
HSV(B) 31.43º 0.78% 0.32% -
XYZ 4.69 4.16 1.13 -
YUV 56.21 106.44 145.68 -
System Red Green Blue C M Y K H S L
Decimal 81 51 18 0 0.37 0.78 0.68 31.43 0.64 0.19
Hex 51 33 12 0 25 4E 44 1F 40 13
Octal 121 63 22 0 45 116 104 37 100 23
Binary 1010001 110011 10010 0 100101 1001110 1000100 11111 1000000 10011

Color Harmonies of #513312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513312

Black with #513312

Text Example


Text Example

White with #513312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513312; }

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

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

background-color css

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

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

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

border-color css

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

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

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