Html Css Color HEX #511D05 Baker's Chocolate

📋 copy color: '#511D05'

red 81 ◦ green 29 ◦ blue 5

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

Shades of Baker's Chocolate #511D05

Tints of Baker's Chocolate #511D05

RGB

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

 GREEN value IS 29 (11.72% from 255) = 25.22%

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

R = 70.43%
G = 25.22%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.94

 K value IS 0.68

RGB Variations

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

Color information

#511D05 (or 0x511D05) is known color: Baker's Chocolate. HEX triplet: 51, 1D and 05. RGB value is (81,29,5). Sum of RGB (Red+Green+Blue) = 81+29+5=115 (15% of max value = 765). Red value is 81 (32.03% from 255 or 70.43% from 115); Green value is 29 (11.72% from 255 or 25.22% from 115); Blue value is 5 (2.34% from 255 or 4.35% from 115); Max value from RGB is 81 - color contains mainly: red. Hex color #511D05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #511D05 is #AEE2FA. Grayscale: #292929. Windows color (decimal): -11461371 or 335185. OLE color: 335185.

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

Color convert

RGB 81 29 5 -
CMYK 0 0.64 0.94 0.68
HSL 18.95º 0.88% 0.17% -
HSV(B) 18.95º 0.94% 0.32% -
XYZ 3.86 2.64 0.45 -
YUV 41.81 107.23 155.95 -
System Red Green Blue C M Y K H S L
Decimal 81 29 5 0 0.64 0.94 0.68 18.95 0.88 0.17
Hex 51 1D 5 0 40 5E 44 13 58 11
Octal 121 35 5 0 100 136 104 23 130 21
Binary 1010001 11101 101 0 1000000 1011110 1000100 10011 1011000 10001

Color Harmonies of #511D05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511D05

Black with #511D05

Text Example


Text Example

White with #511D05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511D05; }

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

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

background-color css

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

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

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

border-color css

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

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

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