Html Css Color HEX #503801 Baker's Chocolate

📋 copy color: '#503801'

red 80 ◦ green 56 ◦ blue 1

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

Shades of Baker's Chocolate #503801

Tints of Baker's Chocolate #503801

RGB

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

 GREEN value IS 56 (22.27% from 255) = 40.88%

 BLUE value IS 1 (0.78% from 255) = 0.73%

R = 58.39%
G = 40.88%
B = 0.73%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.99

 K value IS 0.69

RGB Variations

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

Color information

#503801 (or 0x503801) is known color: Baker's Chocolate. HEX triplet: 50, 38 and 01. RGB value is (80,56,1). Sum of RGB (Red+Green+Blue) = 80+56+1=137 (18% of max value = 765). Red value is 80 (31.64% from 255 or 58.39% from 137); Green value is 56 (22.27% from 255 or 40.88% from 137); Blue value is 1 (0.78% from 255 or 0.73% from 137); Max value from RGB is 80 - color contains mainly: red. Hex color #503801 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503801 is #AFC7FE. Grayscale: #393939. Windows color (decimal): -11519999 or 79952. OLE color: 79952.

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

Color convert

RGB 80 56 1 -
CMYK 0 0.30 0.99 0.69
HSL 41.77º 0.98% 0.16% -
HSV(B) 41.77º 0.99% 0.31% -
XYZ 4.73 4.54 0.66 -
YUV 56.91 96.45 144.47 -
System Red Green Blue C M Y K H S L
Decimal 80 56 1 0 0.30 0.99 0.69 41.77 0.98 0.16
Hex 50 38 1 0 1E 63 45 2A 62 10
Octal 120 70 1 0 36 143 105 52 142 20
Binary 1010000 111000 1 0 11110 1100011 1000101 101010 1100010 10000

Color Harmonies of #503801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503801

Black with #503801

Text Example


Text Example

White with #503801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503801; }

 p { color: rgb(80,56,1); }

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

background-color css

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

 a { background-color: rgb(80,56,1); }

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

border-color css

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

 span { border-color: rgb(80,56,1); }

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