Html Css Color HEX #503706 Baker's Chocolate

📋 copy color: '#503706'

red 80 ◦ green 55 ◦ blue 6

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

Shades of Baker's Chocolate #503706

Tints of Baker's Chocolate #503706

RGB

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

 GREEN value IS 55 (21.88% from 255) = 39.01%

 BLUE value IS 6 (2.73% from 255) = 4.26%

R = 56.74%
G = 39.01%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.92

 K value IS 0.69

RGB Variations

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

Color information

#503706 (or 0x503706) is known color: Baker's Chocolate. HEX triplet: 50, 37 and 06. RGB value is (80,55,6). Sum of RGB (Red+Green+Blue) = 80+55+6=141 (18% of max value = 765). Red value is 80 (31.64% from 255 or 56.74% from 141); Green value is 55 (21.88% from 255 or 39.01% from 141); Blue value is 6 (2.73% from 255 or 4.26% from 141); Max value from RGB is 80 - color contains mainly: red. Hex color #503706 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503706 is #AFC8F9. Grayscale: #393939. Windows color (decimal): -11520250 or 407376. OLE color: 407376.

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

Color convert

RGB 80 55 6 -
CMYK 0 0.31 0.92 0.69
HSL 39.73º 0.86% 0.17% -
HSV(B) 39.73º 0.93% 0.31% -
XYZ 4.71 4.45 0.78 -
YUV 56.89 99.28 144.48 -
System Red Green Blue C M Y K H S L
Decimal 80 55 6 0 0.31 0.92 0.69 39.73 0.86 0.17
Hex 50 37 6 0 1F 5C 45 28 56 11
Octal 120 67 6 0 37 134 105 50 126 21
Binary 1010000 110111 110 0 11111 1011100 1000101 101000 1010110 10001

Color Harmonies of #503706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503706

Black with #503706

Text Example


Text Example

White with #503706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503706; }

 p { color: rgb(80,55,6); }

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

background-color css

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

 a { background-color: rgb(80,55,6); }

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

border-color css

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

 span { border-color: rgb(80,55,6); }

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