Html Css Color HEX #502409 Baker's Chocolate

📋 copy color: '#502409'

red 80 ◦ green 36 ◦ blue 9

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

Shades of Baker's Chocolate #502409

Tints of Baker's Chocolate #502409

RGB

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

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

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

R = 64%
G = 28.8%
B = 7.2%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.89

 K value IS 0.69

RGB Variations

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

Color information

#502409 (or 0x502409) is known color: Baker's Chocolate. HEX triplet: 50, 24 and 09. RGB value is (80,36,9). Sum of RGB (Red+Green+Blue) = 80+36+9=125 (16% of max value = 765). Red value is 80 (31.64% from 255 or 64% from 125); Green value is 36 (14.45% from 255 or 28.8% from 125); Blue value is 9 (3.91% from 255 or 7.2% from 125); Max value from RGB is 80 - color contains mainly: red. Hex color #502409 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502409 is #AFDBF6. Grayscale: #2E2E2E. Windows color (decimal): -11525111 or 599120. OLE color: 599120.

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

Color convert

RGB 80 36 9 -
CMYK 0 0.55 0.89 0.69
HSL 22.82º 0.8% 0.17% -
HSV(B) 22.82º 0.89% 0.31% -
XYZ 3.99 2.99 0.62 -
YUV 46.08 107.08 152.2 -
System Red Green Blue C M Y K H S L
Decimal 80 36 9 0 0.55 0.89 0.69 22.82 0.8 0.17
Hex 50 24 9 0 37 59 45 17 50 11
Octal 120 44 11 0 67 131 105 27 120 21
Binary 1010000 100100 1001 0 110111 1011001 1000101 10111 1010000 10001

Color Harmonies of #502409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502409

Black with #502409

Text Example


Text Example

White with #502409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502409; }

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

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

background-color css

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

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

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

border-color css

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

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

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