Html Css Color HEX #503105 Baker's Chocolate

📋 copy color: '#503105'

red 80 ◦ green 49 ◦ blue 5

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

Shades of Baker's Chocolate #503105

Tints of Baker's Chocolate #503105

RGB

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

 GREEN value IS 49 (19.53% from 255) = 36.57%

 BLUE value IS 5 (2.34% from 255) = 3.73%

R = 59.7%
G = 36.57%
B = 3.73%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.94

 K value IS 0.69

RGB Variations

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

Color information

#503105 (or 0x503105) is known color: Baker's Chocolate. HEX triplet: 50, 31 and 05. RGB value is (80,49,5). Sum of RGB (Red+Green+Blue) = 80+49+5=134 (17% of max value = 765). Red value is 80 (31.64% from 255 or 59.70% from 134); Green value is 49 (19.53% from 255 or 36.57% from 134); Blue value is 5 (2.34% from 255 or 3.73% from 134); Max value from RGB is 80 - color contains mainly: red. Hex color #503105 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503105 is #AFCEFA. Grayscale: #353535. Windows color (decimal): -11521787 or 340304. OLE color: 340304.

HSL color Cylindrical-coordinate representation of color #503105: hue angle of 35.2º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #503105 is Cyan = 0, Magento = 0.39, Yellow = 0.94 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 49 5 -
CMYK 0 0.39 0.94 0.69
HSL 35.2º 0.88% 0.17% -
HSV(B) 35.2º 0.94% 0.31% -
XYZ 4.43 3.91 0.67 -
YUV 53.25 100.77 147.08 -
System Red Green Blue C M Y K H S L
Decimal 80 49 5 0 0.39 0.94 0.69 35.2 0.88 0.17
Hex 50 31 5 0 27 5E 45 23 58 11
Octal 120 61 5 0 47 136 105 43 130 21
Binary 1010000 110001 101 0 100111 1011110 1000101 100011 1011000 10001

Color Harmonies of #503105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503105

Black with #503105

Text Example


Text Example

White with #503105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503105; }

 p { color: rgb(80,49,5); }

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

background-color css

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

 a { background-color: rgb(80,49,5); }

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

border-color css

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

 span { border-color: rgb(80,49,5); }

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