Html Css Color HEX #502C06 Baker's Chocolate

📋 copy color: '#502C06'

red 80 ◦ green 44 ◦ blue 6

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

Shades of Baker's Chocolate #502C06

Tints of Baker's Chocolate #502C06

RGB

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

 GREEN value IS 44 (17.58% from 255) = 33.85%

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

R = 61.54%
G = 33.85%
B = 4.62%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.92

 K value IS 0.69

RGB Variations

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

Color information

#502C06 (or 0x502C06) is known color: Baker's Chocolate. HEX triplet: 50, 2C and 06. RGB value is (80,44,6). Sum of RGB (Red+Green+Blue) = 80+44+6=130 (17% of max value = 765). Red value is 80 (31.64% from 255 or 61.54% from 130); Green value is 44 (17.58% from 255 or 33.85% from 130); Blue value is 6 (2.73% from 255 or 4.62% from 130); Max value from RGB is 80 - color contains mainly: red. Hex color #502C06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502C06 is #AFD3F9. Grayscale: #323232. Windows color (decimal): -11523066 or 404560. OLE color: 404560.

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

Color convert

RGB 80 44 6 -
CMYK 0 0.45 0.92 0.69
HSL 30.81º 0.86% 0.17% -
HSV(B) 30.81º 0.93% 0.31% -
XYZ 4.24 3.52 0.63 -
YUV 50.43 102.93 149.09 -
System Red Green Blue C M Y K H S L
Decimal 80 44 6 0 0.45 0.92 0.69 30.81 0.86 0.17
Hex 50 2C 6 0 2D 5C 45 1F 56 11
Octal 120 54 6 0 55 134 105 37 126 21
Binary 1010000 101100 110 0 101101 1011100 1000101 11111 1010110 10001

Color Harmonies of #502C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502C06

Black with #502C06

Text Example


Text Example

White with #502C06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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