Html Css Color HEX #503510 Baker's Chocolate

📋 copy color: '#503510'

red 80 ◦ green 53 ◦ blue 16

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

Shades of Baker's Chocolate #503510

Tints of Baker's Chocolate #503510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 10.74%

R = 53.69%
G = 35.57%
B = 10.74%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.80

 K value IS 0.69

RGB Variations

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

Color information

#503510 (or 0x503510) is known color: Baker's Chocolate. HEX triplet: 50, 35 and 10. RGB value is (80,53,16). Sum of RGB (Red+Green+Blue) = 80+53+16=149 (19% of max value = 765). Red value is 80 (31.64% from 255 or 53.69% from 149); Green value is 53 (21.09% from 255 or 35.57% from 149); Blue value is 16 (6.64% from 255 or 10.74% from 149); Max value from RGB is 80 - color contains mainly: red. Hex color #503510 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503510 is #AFCAEF. Grayscale: #393939. Windows color (decimal): -11520752 or 1062224. OLE color: 1062224.

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

Color convert

RGB 80 53 16 -
CMYK 0 0.34 0.80 0.69
HSL 34.69º 0.67% 0.19% -
HSV(B) 34.69º 0.8% 0.31% -
XYZ 4.67 4.29 1.07 -
YUV 56.86 104.95 144.51 -
System Red Green Blue C M Y K H S L
Decimal 80 53 16 0 0.34 0.80 0.69 34.69 0.67 0.19
Hex 50 35 10 0 22 50 45 23 43 13
Octal 120 65 20 0 42 120 105 43 103 23
Binary 1010000 110101 10000 0 100010 1010000 1000101 100011 1000011 10011

Color Harmonies of #503510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503510

Black with #503510

Text Example


Text Example

White with #503510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503510; }

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

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

background-color css

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

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

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

border-color css

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

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

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