Html Css Color HEX #502506 Baker's Chocolate

📋 copy color: '#502506'

red 80 ◦ green 37 ◦ blue 6

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

Shades of Baker's Chocolate #502506

Tints of Baker's Chocolate #502506

RGB

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

 GREEN value IS 37 (14.84% from 255) = 30.08%

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

R = 65.04%
G = 30.08%
B = 4.88%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.92

 K value IS 0.69

RGB Variations

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

Color information

#502506 (or 0x502506) is known color: Baker's Chocolate. HEX triplet: 50, 25 and 06. RGB value is (80,37,6). Sum of RGB (Red+Green+Blue) = 80+37+6=123 (16% of max value = 765). Red value is 80 (31.64% from 255 or 65.04% from 123); Green value is 37 (14.84% from 255 or 30.08% from 123); Blue value is 6 (2.73% from 255 or 4.88% from 123); Max value from RGB is 80 - color contains mainly: red. Hex color #502506 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502506 is #AFDAF9. Grayscale: #2E2E2E. Windows color (decimal): -11524858 or 402768. OLE color: 402768.

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

Color convert

RGB 80 37 6 -
CMYK 0 0.54 0.92 0.69
HSL 25.14º 0.86% 0.17% -
HSV(B) 25.14º 0.93% 0.31% -
XYZ 4 3.04 0.55 -
YUV 46.32 105.25 152.02 -
System Red Green Blue C M Y K H S L
Decimal 80 37 6 0 0.54 0.92 0.69 25.14 0.86 0.17
Hex 50 25 6 0 36 5C 45 19 56 11
Octal 120 45 6 0 66 134 105 31 126 21
Binary 1010000 100101 110 0 110110 1011100 1000101 11001 1010110 10001

Color Harmonies of #502506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502506

Black with #502506

Text Example


Text Example

White with #502506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502506; }

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

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

background-color css

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

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

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

border-color css

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

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

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