Html Css Color HEX #502806 Baker's Chocolate

📋 copy color: '#502806'

red 80 ◦ green 40 ◦ blue 6

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

Shades of Baker's Chocolate #502806

Tints of Baker's Chocolate #502806

RGB

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

 GREEN value IS 40 (16.02% from 255) = 31.75%

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

R = 63.49%
G = 31.75%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.92

 K value IS 0.69

RGB Variations

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

Color information

#502806 (or 0x502806) is known color: Baker's Chocolate. HEX triplet: 50, 28 and 06. RGB value is (80,40,6). Sum of RGB (Red+Green+Blue) = 80+40+6=126 (16% of max value = 765). Red value is 80 (31.64% from 255 or 63.49% from 126); Green value is 40 (16.02% from 255 or 31.75% from 126); Blue value is 6 (2.73% from 255 or 4.76% from 126); Max value from RGB is 80 - color contains mainly: red. Hex color #502806 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502806 is #AFD7F9. Grayscale: #303030. Windows color (decimal): -11524090 or 403536. OLE color: 403536.

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

Color convert

RGB 80 40 6 -
CMYK 0 0.5 0.92 0.69
HSL 27.57º 0.86% 0.17% -
HSV(B) 27.57º 0.93% 0.31% -
XYZ 4.1 3.24 0.58 -
YUV 48.08 104.25 150.76 -
System Red Green Blue C M Y K H S L
Decimal 80 40 6 0 0.5 0.92 0.69 27.57 0.86 0.17
Hex 50 28 6 0 32 5C 45 1C 56 11
Octal 120 50 6 0 62 134 105 34 126 21
Binary 1010000 101000 110 0 110010 1011100 1000101 11100 1010110 10001

Color Harmonies of #502806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502806

Black with #502806

Text Example


Text Example

White with #502806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502806; }

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

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

background-color css

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

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

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

border-color css

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

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

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