Html Css Color HEX #513505 Baker's Chocolate

📋 copy color: '#513505'

red 81 ◦ green 53 ◦ blue 5

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

Shades of Baker's Chocolate #513505

Tints of Baker's Chocolate #513505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.6%

R = 58.27%
G = 38.13%
B = 3.6%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.94

 K value IS 0.68

RGB Variations

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

Color information

#513505 (or 0x513505) is known color: Baker's Chocolate. HEX triplet: 51, 35 and 05. RGB value is (81,53,5). Sum of RGB (Red+Green+Blue) = 81+53+5=139 (18% of max value = 765). Red value is 81 (32.03% from 255 or 58.27% from 139); Green value is 53 (21.09% from 255 or 38.13% from 139); Blue value is 5 (2.34% from 255 or 3.60% from 139); Max value from RGB is 81 - color contains mainly: red. Hex color #513505 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513505 is #AECAFA. Grayscale: #383838. Windows color (decimal): -11455227 or 341329. OLE color: 341329.

HSL color Cylindrical-coordinate representation of color #513505: hue angle of 37.89º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #513505 is Cyan = 0, Magento = 0.35, Yellow = 0.94 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 53 5 -
CMYK 0 0.35 0.94 0.68
HSL 37.89º 0.88% 0.17% -
HSV(B) 37.89º 0.94% 0.32% -
XYZ 4.69 4.31 0.73 -
YUV 55.9 99.28 145.9 -
System Red Green Blue C M Y K H S L
Decimal 81 53 5 0 0.35 0.94 0.68 37.89 0.88 0.17
Hex 51 35 5 0 23 5E 44 26 58 11
Octal 121 65 5 0 43 136 104 46 130 21
Binary 1010001 110101 101 0 100011 1011110 1000100 100110 1011000 10001

Color Harmonies of #513505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513505

Black with #513505

Text Example


Text Example

White with #513505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513505; }

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

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

background-color css

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

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

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

border-color css

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

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

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