Html Css Color HEX #503203 Baker's Chocolate

📋 copy color: '#503203'

red 80 ◦ green 50 ◦ blue 3

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

Shades of Baker's Chocolate #503203

Tints of Baker's Chocolate #503203

RGB

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

 GREEN value IS 50 (19.92% from 255) = 37.59%

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

R = 60.15%
G = 37.59%
B = 2.26%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.96

 K value IS 0.69

RGB Variations

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

Color information

#503203 (or 0x503203) is known color: Baker's Chocolate. HEX triplet: 50, 32 and 03. RGB value is (80,50,3). Sum of RGB (Red+Green+Blue) = 80+50+3=133 (17% of max value = 765). Red value is 80 (31.64% from 255 or 60.15% from 133); Green value is 50 (19.92% from 255 or 37.59% from 133); Blue value is 3 (1.56% from 255 or 2.26% from 133); Max value from RGB is 80 - color contains mainly: red. Hex color #503203 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503203 is #AFCDFC. Grayscale: #353535. Windows color (decimal): -11521533 or 209488. OLE color: 209488.

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

Color convert

RGB 80 50 3 -
CMYK 0 0.37 0.96 0.69
HSL 36.62º 0.93% 0.16% -
HSV(B) 36.62º 0.96% 0.31% -
XYZ 4.47 3.99 0.62 -
YUV 53.61 99.44 146.82 -
System Red Green Blue C M Y K H S L
Decimal 80 50 3 0 0.37 0.96 0.69 36.62 0.93 0.16
Hex 50 32 3 0 25 60 45 25 5D 10
Octal 120 62 3 0 45 140 105 45 135 20
Binary 1010000 110010 11 0 100101 1100000 1000101 100101 1011101 10000

Color Harmonies of #503203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503203

Black with #503203

Text Example


Text Example

White with #503203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503203; }

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

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

background-color css

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

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

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

border-color css

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

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

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