Html Css Color HEX #503000 Baker's Chocolate

📋 copy color: '#503000'

red 80 ◦ green 48 ◦ blue 0

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

Shades of Baker's Chocolate #503000

Tints of Baker's Chocolate #503000

RGB

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

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

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

R = 62.5%
G = 37.5%
B = 0%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 1

 K value IS 0.69

RGB Variations

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

Color information

#503000 (or 0x503000) is known color: Baker's Chocolate. HEX triplet: 50, 30 and 00. RGB value is (80,48,0). Sum of RGB (Red+Green+Blue) = 80+48+0=128 (16% of max value = 765). Red value is 80 (31.64% from 255 or 62.5% from 128); Green value is 48 (19.14% from 255 or 37.5% from 128); Blue value is 0 (0.39% from 255 or 0% from 128); Max value from RGB is 80 - color contains mainly: red. Hex color #503000 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503000 is #AFCFFF. Grayscale: #343434. Windows color (decimal): -11522048 or 12368. OLE color: 12368.

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

Color convert

RGB 80 48 0 -
CMYK 0 0.40 1 0.69
HSL 36º 1% 0.16% -
HSV(B) 36º 1% 0.31% -
XYZ 4.37 3.82 0.51 -
YUV 52.1 98.6 147.9 -
System Red Green Blue C M Y K H S L
Decimal 80 48 0 0 0.40 1 0.69 36 1 0.16
Hex 50 30 0 0 28 64 45 24 64 10
Octal 120 60 0 0 50 144 105 44 144 20
Binary 1010000 110000 0 0 101000 1100100 1000101 100100 1100100 10000

Color Harmonies of #503000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503000

Black with #503000

Text Example


Text Example

White with #503000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503000; }

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

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

background-color css

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

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

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

border-color css

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

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

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