Html Css Color HEX #503003 Baker's Chocolate

📋 copy color: '#503003'

red 80 ◦ green 48 ◦ blue 3

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

Shades of Baker's Chocolate #503003

Tints of Baker's Chocolate #503003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 2.29%

R = 61.07%
G = 36.64%
B = 2.29%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.96

 K value IS 0.69

RGB Variations

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

Color information

#503003 (or 0x503003) is known color: Baker's Chocolate. HEX triplet: 50, 30 and 03. RGB value is (80,48,3). Sum of RGB (Red+Green+Blue) = 80+48+3=131 (17% of max value = 765). Red value is 80 (31.64% from 255 or 61.07% from 131); Green value is 48 (19.14% from 255 or 36.64% from 131); Blue value is 3 (1.56% from 255 or 2.29% from 131); Max value from RGB is 80 - color contains mainly: red. Hex color #503003 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503003 is #AFCFFC. Grayscale: #343434. Windows color (decimal): -11522045 or 208976. OLE color: 208976.

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

Color convert

RGB 80 48 3 -
CMYK 0 0.40 0.96 0.69
HSL 35.06º 0.93% 0.16% -
HSV(B) 35.06º 0.96% 0.31% -
XYZ 4.38 3.83 0.59 -
YUV 52.44 100.1 147.66 -
System Red Green Blue C M Y K H S L
Decimal 80 48 3 0 0.40 0.96 0.69 35.06 0.93 0.16
Hex 50 30 3 0 28 60 45 23 5D 10
Octal 120 60 3 0 50 140 105 43 135 20
Binary 1010000 110000 11 0 101000 1100000 1000101 100011 1011101 10000

Color Harmonies of #503003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503003

Black with #503003

Text Example


Text Example

White with #503003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503003; }

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

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

background-color css

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

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

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

border-color css

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

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

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