Html Css Color HEX #502D06 Baker's Chocolate

📋 copy color: '#502D06'

red 80 ◦ green 45 ◦ blue 6

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

Shades of Baker's Chocolate #502D06

Tints of Baker's Chocolate #502D06

RGB

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

 GREEN value IS 45 (17.97% from 255) = 34.35%

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

R = 61.07%
G = 34.35%
B = 4.58%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.92

 K value IS 0.69

RGB Variations

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

Color information

#502D06 (or 0x502D06) is known color: Baker's Chocolate. HEX triplet: 50, 2D and 06. RGB value is (80,45,6). Sum of RGB (Red+Green+Blue) = 80+45+6=131 (17% of max value = 765). Red value is 80 (31.64% from 255 or 61.07% from 131); Green value is 45 (17.97% from 255 or 34.35% from 131); Blue value is 6 (2.73% from 255 or 4.58% from 131); Max value from RGB is 80 - color contains mainly: red. Hex color #502D06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502D06 is #AFD2F9. Grayscale: #333333. Windows color (decimal): -11522810 or 404816. OLE color: 404816.

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

Color convert

RGB 80 45 6 -
CMYK 0 0.44 0.92 0.69
HSL 31.62º 0.86% 0.17% -
HSV(B) 31.62º 0.93% 0.31% -
XYZ 4.28 3.6 0.64 -
YUV 51.02 102.6 148.67 -
System Red Green Blue C M Y K H S L
Decimal 80 45 6 0 0.44 0.92 0.69 31.62 0.86 0.17
Hex 50 2D 6 0 2C 5C 45 20 56 11
Octal 120 55 6 0 54 134 105 40 126 21
Binary 1010000 101101 110 0 101100 1011100 1000101 100000 1010110 10001

Color Harmonies of #502D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502D06

Black with #502D06

Text Example


Text Example

White with #502D06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502D06; }

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

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

background-color css

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

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

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

border-color css

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

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

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