Html Css Color HEX #502D09 Baker's Chocolate

📋 copy color: '#502D09'

red 80 ◦ green 45 ◦ blue 9

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

Shades of Baker's Chocolate #502D09

Tints of Baker's Chocolate #502D09

RGB

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

 GREEN value IS 45 (17.97% from 255) = 33.58%

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

R = 59.7%
G = 33.58%
B = 6.72%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.89

 K value IS 0.69

RGB Variations

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

Color information

#502D09 (or 0x502D09) is known color: Baker's Chocolate. HEX triplet: 50, 2D and 09. RGB value is (80,45,9). Sum of RGB (Red+Green+Blue) = 80+45+9=134 (17% of max value = 765). Red value is 80 (31.64% from 255 or 59.70% from 134); Green value is 45 (17.97% from 255 or 33.58% from 134); Blue value is 9 (3.91% from 255 or 6.72% from 134); Max value from RGB is 80 - color contains mainly: red. Hex color #502D09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502D09 is #AFD2F6. Grayscale: #333333. Windows color (decimal): -11522807 or 601424. OLE color: 601424.

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

Color convert

RGB 80 45 9 -
CMYK 0 0.44 0.89 0.69
HSL 30.42º 0.8% 0.17% -
HSV(B) 30.42º 0.89% 0.31% -
XYZ 4.3 3.6 0.73 -
YUV 51.36 104.1 148.43 -
System Red Green Blue C M Y K H S L
Decimal 80 45 9 0 0.44 0.89 0.69 30.42 0.8 0.17
Hex 50 2D 9 0 2C 59 45 1E 50 11
Octal 120 55 11 0 54 131 105 36 120 21
Binary 1010000 101101 1001 0 101100 1011001 1000101 11110 1010000 10001

Color Harmonies of #502D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502D09

Black with #502D09

Text Example


Text Example

White with #502D09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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