Html Css Color HEX #513409 Baker's Chocolate

📋 copy color: '#513409'

red 81 ◦ green 52 ◦ blue 9

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

Shades of Baker's Chocolate #513409

Tints of Baker's Chocolate #513409

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 6.34%

R = 57.04%
G = 36.62%
B = 6.34%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.89

 K value IS 0.68

RGB Variations

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

Color information

#513409 (or 0x513409) is known color: Baker's Chocolate. HEX triplet: 51, 34 and 09. RGB value is (81,52,9). Sum of RGB (Red+Green+Blue) = 81+52+9=142 (18% of max value = 765). Red value is 81 (32.03% from 255 or 57.04% from 142); Green value is 52 (20.70% from 255 or 36.62% from 142); Blue value is 9 (3.91% from 255 or 6.34% from 142); Max value from RGB is 81 - color contains mainly: red. Hex color #513409 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513409 is #AECBF6. Grayscale: #373737. Windows color (decimal): -11455479 or 603217. OLE color: 603217.

HSL color Cylindrical-coordinate representation of color #513409: hue angle of 35.83º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #513409 is Cyan = 0, Magento = 0.36, Yellow = 0.89 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 52 9 -
CMYK 0 0.36 0.89 0.68
HSL 35.83º 0.8% 0.18% -
HSV(B) 35.83º 0.89% 0.32% -
XYZ 4.67 4.23 0.83 -
YUV 55.77 101.61 146 -
System Red Green Blue C M Y K H S L
Decimal 81 52 9 0 0.36 0.89 0.68 35.83 0.8 0.18
Hex 51 34 9 0 24 59 44 24 50 12
Octal 121 64 11 0 44 131 104 44 120 22
Binary 1010001 110100 1001 0 100100 1011001 1000100 100100 1010000 10010

Color Harmonies of #513409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513409

Black with #513409

Text Example


Text Example

White with #513409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513409; }

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

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

background-color css

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

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

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

border-color css

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

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

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