Html Css Color HEX #503100 Baker's Chocolate

📋 copy color: '#503100'

red 80 ◦ green 49 ◦ blue 0

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

Shades of Baker's Chocolate #503100

Tints of Baker's Chocolate #503100

RGB

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

 GREEN value IS 49 (19.53% from 255) = 37.98%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 62.02%
G = 37.98%
B = 0%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 1

 K value IS 0.69

RGB Variations

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

Color information

#503100 (or 0x503100) is known color: Baker's Chocolate. HEX triplet: 50, 31 and 00. RGB value is (80,49,0). Sum of RGB (Red+Green+Blue) = 80+49+0=129 (17% of max value = 765). Red value is 80 (31.64% from 255 or 62.02% from 129); Green value is 49 (19.53% from 255 or 37.98% from 129); Blue value is 0 (0.39% from 255 or 0% from 129); Max value from RGB is 80 - color contains mainly: red. Hex color #503100 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503100 is #AFCEFF. Grayscale: #343434. Windows color (decimal): -11521792 or 12624. OLE color: 12624.

HSL color Cylindrical-coordinate representation of color #503100: hue angle of 36.75º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #503100 is Cyan = 0, Magento = 0.39, Yellow = 1 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 49 0 -
CMYK 0 0.39 1 0.69
HSL 36.75º 1% 0.16% -
HSV(B) 36.75º 1% 0.31% -
XYZ 4.41 3.9 0.52 -
YUV 52.68 98.27 147.48 -
System Red Green Blue C M Y K H S L
Decimal 80 49 0 0 0.39 1 0.69 36.75 1 0.16
Hex 50 31 0 0 27 64 45 25 64 10
Octal 120 61 0 0 47 144 105 45 144 20
Binary 1010000 110001 0 0 100111 1100100 1000101 100101 1100100 10000

Color Harmonies of #503100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503100

Black with #503100

Text Example


Text Example

White with #503100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503100; }

 p { color: rgb(80,49,0); }

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

background-color css

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

 a { background-color: rgb(80,49,0); }

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

border-color css

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

 span { border-color: rgb(80,49,0); }

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