Html Css Color HEX #502A09 Baker's Chocolate

📋 copy color: '#502A09'

red 80 ◦ green 42 ◦ blue 9

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

Shades of Baker's Chocolate #502A09

Tints of Baker's Chocolate #502A09

RGB

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

 GREEN value IS 42 (16.8% from 255) = 32.06%

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

R = 61.07%
G = 32.06%
B = 6.87%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.89

 K value IS 0.69

RGB Variations

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

Color information

#502A09 (or 0x502A09) is known color: Baker's Chocolate. HEX triplet: 50, 2A and 09. RGB value is (80,42,9). Sum of RGB (Red+Green+Blue) = 80+42+9=131 (17% of max value = 765). Red value is 80 (31.64% from 255 or 61.07% from 131); Green value is 42 (16.80% from 255 or 32.06% from 131); Blue value is 9 (3.91% from 255 or 6.87% from 131); Max value from RGB is 80 - color contains mainly: red. Hex color #502A09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502A09 is #AFD5F6. Grayscale: #313131. Windows color (decimal): -11523575 or 600656. OLE color: 600656.

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

Color convert

RGB 80 42 9 -
CMYK 0 0.48 0.89 0.69
HSL 27.89º 0.8% 0.17% -
HSV(B) 27.89º 0.89% 0.31% -
XYZ 4.19 3.38 0.69 -
YUV 49.6 105.09 149.68 -
System Red Green Blue C M Y K H S L
Decimal 80 42 9 0 0.48 0.89 0.69 27.89 0.8 0.17
Hex 50 2A 9 0 30 59 45 1C 50 11
Octal 120 52 11 0 60 131 105 34 120 21
Binary 1010000 101010 1001 0 110000 1011001 1000101 11100 1010000 10001

Color Harmonies of #502A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502A09

Black with #502A09

Text Example


Text Example

White with #502A09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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