Html Css Color HEX #503800 Baker's Chocolate

📋 copy color: '#503800'

red 80 ◦ green 56 ◦ blue 0

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

Shades of Baker's Chocolate #503800

Tints of Baker's Chocolate #503800

RGB

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

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

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

R = 58.82%
G = 41.18%
B = 0%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 1

 K value IS 0.69

RGB Variations

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

Color information

#503800 (or 0x503800) is known color: Baker's Chocolate. HEX triplet: 50, 38 and 00. RGB value is (80,56,0). Sum of RGB (Red+Green+Blue) = 80+56+0=136 (18% of max value = 765). Red value is 80 (31.64% from 255 or 58.82% from 136); Green value is 56 (22.27% from 255 or 41.18% from 136); Blue value is 0 (0.39% from 255 or 0% from 136); Max value from RGB is 80 - color contains mainly: red. Hex color #503800 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503800 is #AFC7FF. Grayscale: #393939. Windows color (decimal): -11520000 or 14416. OLE color: 14416.

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

Color convert

RGB 80 56 0 -
CMYK 0 0.30 1 0.69
HSL 42º 1% 0.16% -
HSV(B) 42º 1% 0.31% -
XYZ 4.72 4.53 0.63 -
YUV 56.79 95.95 144.55 -
System Red Green Blue C M Y K H S L
Decimal 80 56 0 0 0.30 1 0.69 42 1 0.16
Hex 50 38 0 0 1E 64 45 2A 64 10
Octal 120 70 0 0 36 144 105 52 144 20
Binary 1010000 111000 0 0 11110 1100100 1000101 101010 1100100 10000

Color Harmonies of #503800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503800

Black with #503800

Text Example


Text Example

White with #503800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503800; }

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

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

background-color css

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

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

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

border-color css

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

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

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