Html Css Color HEX #502406 Baker's Chocolate

📋 copy color: '#502406'

red 80 ◦ green 36 ◦ blue 6

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

Shades of Baker's Chocolate #502406

Tints of Baker's Chocolate #502406

RGB

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

 GREEN value IS 36 (14.45% from 255) = 29.51%

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

R = 65.57%
G = 29.51%
B = 4.92%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.92

 K value IS 0.69

RGB Variations

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

Color information

#502406 (or 0x502406) is known color: Baker's Chocolate. HEX triplet: 50, 24 and 06. RGB value is (80,36,6). Sum of RGB (Red+Green+Blue) = 80+36+6=122 (16% of max value = 765). Red value is 80 (31.64% from 255 or 65.57% from 122); Green value is 36 (14.45% from 255 or 29.51% from 122); Blue value is 6 (2.73% from 255 or 4.92% from 122); Max value from RGB is 80 - color contains mainly: red. Hex color #502406 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502406 is #AFDBF9. Grayscale: #2D2D2D. Windows color (decimal): -11525114 or 402512. OLE color: 402512.

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

Color convert

RGB 80 36 6 -
CMYK 0 0.55 0.92 0.69
HSL 24.32º 0.86% 0.17% -
HSV(B) 24.32º 0.93% 0.31% -
XYZ 3.97 2.98 0.54 -
YUV 45.74 105.58 152.44 -
System Red Green Blue C M Y K H S L
Decimal 80 36 6 0 0.55 0.92 0.69 24.32 0.86 0.17
Hex 50 24 6 0 37 5C 45 18 56 11
Octal 120 44 6 0 67 134 105 30 126 21
Binary 1010000 100100 110 0 110111 1011100 1000101 11000 1010110 10001

Color Harmonies of #502406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502406

Black with #502406

Text Example


Text Example

White with #502406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502406; }

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

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

background-color css

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

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

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

border-color css

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

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

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