Html Css Color HEX #502106 Baker's Chocolate

📋 copy color: '#502106'

red 80 ◦ green 33 ◦ blue 6

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

Shades of Baker's Chocolate #502106

Tints of Baker's Chocolate #502106

RGB

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

 GREEN value IS 33 (13.28% from 255) = 27.73%

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

R = 67.23%
G = 27.73%
B = 5.04%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.92

 K value IS 0.69

RGB Variations

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

Color information

#502106 (or 0x502106) is known color: Baker's Chocolate. HEX triplet: 50, 21 and 06. RGB value is (80,33,6). Sum of RGB (Red+Green+Blue) = 80+33+6=119 (15% of max value = 765). Red value is 80 (31.64% from 255 or 67.23% from 119); Green value is 33 (13.28% from 255 or 27.73% from 119); Blue value is 6 (2.73% from 255 or 5.04% from 119); Max value from RGB is 80 - color contains mainly: red. Hex color #502106 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502106 is #AFDEF9. Grayscale: #2C2C2C. Windows color (decimal): -11525882 or 401744. OLE color: 401744.

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

Color convert

RGB 80 33 6 -
CMYK 0 0.59 0.92 0.69
HSL 21.89º 0.86% 0.17% -
HSV(B) 21.89º 0.93% 0.31% -
XYZ 3.88 2.81 0.51 -
YUV 43.98 106.57 153.7 -
System Red Green Blue C M Y K H S L
Decimal 80 33 6 0 0.59 0.92 0.69 21.89 0.86 0.17
Hex 50 21 6 0 3B 5C 45 16 56 11
Octal 120 41 6 0 73 134 105 26 126 21
Binary 1010000 100001 110 0 111011 1011100 1000101 10110 1010110 10001

Color Harmonies of #502106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502106

Black with #502106

Text Example


Text Example

White with #502106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502106; }

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

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

background-color css

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

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

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

border-color css

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

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

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