Html Css Color HEX #503010 Baker's Chocolate

📋 copy color: '#503010'

red 80 ◦ green 48 ◦ blue 16

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

Shades of Baker's Chocolate #503010

Tints of Baker's Chocolate #503010

RGB

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

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

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

R = 55.56%
G = 33.33%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.80

 K value IS 0.69

RGB Variations

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

Color information

#503010 (or 0x503010) is known color: Baker's Chocolate. HEX triplet: 50, 30 and 10. RGB value is (80,48,16). Sum of RGB (Red+Green+Blue) = 80+48+16=144 (19% of max value = 765). Red value is 80 (31.64% from 255 or 55.56% from 144); Green value is 48 (19.14% from 255 or 33.33% from 144); Blue value is 16 (6.64% from 255 or 11.11% from 144); Max value from RGB is 80 - color contains mainly: red. Hex color #503010 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503010 is #AFCFEF. Grayscale: #363636. Windows color (decimal): -11522032 or 1060944. OLE color: 1060944.

HSL color Cylindrical-coordinate representation of color #503010: hue angle of 30º 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 #503010 is Cyan = 0, Magento = 0.40, Yellow = 0.80 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 48 16 -
CMYK 0 0.40 0.80 0.69
HSL 30º 0.67% 0.19% -
HSV(B) 30º 0.8% 0.31% -
XYZ 4.46 3.86 1 -
YUV 53.92 106.6 146.6 -
System Red Green Blue C M Y K H S L
Decimal 80 48 16 0 0.40 0.80 0.69 30 0.67 0.19
Hex 50 30 10 0 28 50 45 1E 43 13
Octal 120 60 20 0 50 120 105 36 103 23
Binary 1010000 110000 10000 0 101000 1010000 1000101 11110 1000011 10011

Color Harmonies of #503010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503010

Black with #503010

Text Example


Text Example

White with #503010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503010; }

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

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

background-color css

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

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

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

border-color css

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

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

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