Html Css Color HEX #502209 Baker's Chocolate

📋 copy color: '#502209'

red 80 ◦ green 34 ◦ blue 9

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

Shades of Baker's Chocolate #502209

Tints of Baker's Chocolate #502209

RGB

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

 GREEN value IS 34 (13.67% from 255) = 27.64%

 BLUE value IS 9 (3.91% from 255) = 7.32%

R = 65.04%
G = 27.64%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.89

 K value IS 0.69

RGB Variations

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

Color information

#502209 (or 0x502209) is known color: Baker's Chocolate. HEX triplet: 50, 22 and 09. RGB value is (80,34,9). Sum of RGB (Red+Green+Blue) = 80+34+9=123 (16% of max value = 765). Red value is 80 (31.64% from 255 or 65.04% from 123); Green value is 34 (13.67% from 255 or 27.64% from 123); Blue value is 9 (3.91% from 255 or 7.32% from 123); Max value from RGB is 80 - color contains mainly: red. Hex color #502209 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502209 is #AFDDF6. Grayscale: #2D2D2D. Windows color (decimal): -11525623 or 598608. OLE color: 598608.

HSL color Cylindrical-coordinate representation of color #502209: hue angle of 21.13º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #502209 is Cyan = 0, Magento = 0.58, Yellow = 0.89 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 34 9 -
CMYK 0 0.58 0.89 0.69
HSL 21.13º 0.8% 0.17% -
HSV(B) 21.13º 0.89% 0.31% -
XYZ 3.93 2.87 0.61 -
YUV 44.9 107.74 153.03 -
System Red Green Blue C M Y K H S L
Decimal 80 34 9 0 0.58 0.89 0.69 21.13 0.8 0.17
Hex 50 22 9 0 3A 59 45 15 50 11
Octal 120 42 11 0 72 131 105 25 120 21
Binary 1010000 100010 1001 0 111010 1011001 1000101 10101 1010000 10001

Color Harmonies of #502209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502209

Black with #502209

Text Example


Text Example

White with #502209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502209; }

 p { color: rgb(80,34,9); }

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

background-color css

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

 a { background-color: rgb(80,34,9); }

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

border-color css

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

 span { border-color: rgb(80,34,9); }

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