Html Css Color HEX #503511 Baker's Chocolate

📋 copy color: '#503511'

red 80 ◦ green 53 ◦ blue 17

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

Shades of Baker's Chocolate #503511

Tints of Baker's Chocolate #503511

RGB

 RED value IS 80 (31.64% from 255) = 53.33%

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

 BLUE value IS 17 (7.03% from 255) = 11.33%

R = 53.33%
G = 35.33%
B = 11.33%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.79

 K value IS 0.69

RGB Variations

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

Color information

#503511 (or 0x503511) is known color: Baker's Chocolate. HEX triplet: 50, 35 and 11. RGB value is (80,53,17). Sum of RGB (Red+Green+Blue) = 80+53+17=150 (19% of max value = 765). Red value is 80 (31.64% from 255 or 53.33% from 150); Green value is 53 (21.09% from 255 or 35.33% from 150); Blue value is 17 (7.03% from 255 or 11.33% from 150); Max value from RGB is 80 - color contains mainly: red. Hex color #503511 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503511 is #AFCAEE. Grayscale: #393939. Windows color (decimal): -11520751 or 1127760. OLE color: 1127760.

HSL color Cylindrical-coordinate representation of color #503511: hue angle of 34.29º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #503511 is Cyan = 0, Magento = 0.34, Yellow = 0.79 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 53 17 -
CMYK 0 0.34 0.79 0.69
HSL 34.29º 0.65% 0.19% -
HSV(B) 34.29º 0.79% 0.31% -
XYZ 4.68 4.29 1.11 -
YUV 56.97 105.45 144.43 -
System Red Green Blue C M Y K H S L
Decimal 80 53 17 0 0.34 0.79 0.69 34.29 0.65 0.19
Hex 50 35 11 0 22 4F 45 22 41 13
Octal 120 65 21 0 42 117 105 42 101 23
Binary 1010000 110101 10001 0 100010 1001111 1000101 100010 1000001 10011

Color Harmonies of #503511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503511

Black with #503511

Text Example


Text Example

White with #503511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503511; }

 p { color: rgb(80,53,17); }

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

background-color css

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

 a { background-color: rgb(80,53,17); }

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

border-color css

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

 span { border-color: rgb(80,53,17); }

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