Html Css Color HEX #513509 Baker's Chocolate

📋 copy color: '#513509'

red 81 ◦ green 53 ◦ blue 9

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

Shades of Baker's Chocolate #513509

Tints of Baker's Chocolate #513509

RGB

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

 GREEN value IS 53 (21.09% from 255) = 37.06%

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

R = 56.64%
G = 37.06%
B = 6.29%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.89

 K value IS 0.68

RGB Variations

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

Color information

#513509 (or 0x513509) is known color: Baker's Chocolate. HEX triplet: 51, 35 and 09. RGB value is (81,53,9). Sum of RGB (Red+Green+Blue) = 81+53+9=143 (18% of max value = 765). Red value is 81 (32.03% from 255 or 56.64% from 143); Green value is 53 (21.09% from 255 or 37.06% from 143); Blue value is 9 (3.91% from 255 or 6.29% from 143); Max value from RGB is 81 - color contains mainly: red. Hex color #513509 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513509 is #AECAF6. Grayscale: #383838. Windows color (decimal): -11455223 or 603473. OLE color: 603473.

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

Color convert

RGB 81 53 9 -
CMYK 0 0.35 0.89 0.68
HSL 36.67º 0.8% 0.18% -
HSV(B) 36.67º 0.89% 0.32% -
XYZ 4.72 4.32 0.84 -
YUV 56.36 101.28 145.58 -
System Red Green Blue C M Y K H S L
Decimal 81 53 9 0 0.35 0.89 0.68 36.67 0.8 0.18
Hex 51 35 9 0 23 59 44 25 50 12
Octal 121 65 11 0 43 131 104 45 120 22
Binary 1010001 110101 1001 0 100011 1011001 1000100 100101 1010000 10010

Color Harmonies of #513509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513509

Black with #513509

Text Example


Text Example

White with #513509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513509; }

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

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

background-color css

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

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

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

border-color css

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

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

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