Html Css Color HEX #513005 Baker's Chocolate

📋 copy color: '#513005'

red 81 ◦ green 48 ◦ blue 5

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

Shades of Baker's Chocolate #513005

Tints of Baker's Chocolate #513005

RGB

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

 GREEN value IS 48 (19.14% from 255) = 35.82%

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

R = 60.45%
G = 35.82%
B = 3.73%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.94

 K value IS 0.68

RGB Variations

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

Color information

#513005 (or 0x513005) is known color: Baker's Chocolate. HEX triplet: 51, 30 and 05. RGB value is (81,48,5). Sum of RGB (Red+Green+Blue) = 81+48+5=134 (17% of max value = 765). Red value is 81 (32.03% from 255 or 60.45% from 134); Green value is 48 (19.14% from 255 or 35.82% from 134); Blue value is 5 (2.34% from 255 or 3.73% from 134); Max value from RGB is 81 - color contains mainly: red. Hex color #513005 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513005 is #AECFFA. Grayscale: #353535. Windows color (decimal): -11456507 or 340049. OLE color: 340049.

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

Color convert

RGB 81 48 5 -
CMYK 0 0.41 0.94 0.68
HSL 33.95º 0.88% 0.17% -
HSV(B) 33.95º 0.94% 0.32% -
XYZ 4.48 3.87 0.66 -
YUV 52.97 100.93 148 -
System Red Green Blue C M Y K H S L
Decimal 81 48 5 0 0.41 0.94 0.68 33.95 0.88 0.17
Hex 51 30 5 0 29 5E 44 22 58 11
Octal 121 60 5 0 51 136 104 42 130 21
Binary 1010001 110000 101 0 101001 1011110 1000100 100010 1011000 10001

Color Harmonies of #513005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513005

Black with #513005

Text Example


Text Example

White with #513005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513005; }

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

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

background-color css

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

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

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

border-color css

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

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

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