Html Css Color HEX #503009 Baker's Chocolate

📋 copy color: '#503009'

red 80 ◦ green 48 ◦ blue 9

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

Shades of Baker's Chocolate #503009

Tints of Baker's Chocolate #503009

RGB

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

 GREEN value IS 48 (19.14% from 255) = 35.04%

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

R = 58.39%
G = 35.04%
B = 6.57%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.89

 K value IS 0.69

RGB Variations

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

Color information

#503009 (or 0x503009) is known color: Baker's Chocolate. HEX triplet: 50, 30 and 09. RGB value is (80,48,9). Sum of RGB (Red+Green+Blue) = 80+48+9=137 (18% of max value = 765). Red value is 80 (31.64% from 255 or 58.39% from 137); Green value is 48 (19.14% from 255 or 35.04% from 137); Blue value is 9 (3.91% from 255 or 6.57% from 137); Max value from RGB is 80 - color contains mainly: red. Hex color #503009 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503009 is #AFCFF6. Grayscale: #353535. Windows color (decimal): -11522039 or 602192. OLE color: 602192.

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

Color convert

RGB 80 48 9 -
CMYK 0 0.40 0.89 0.69
HSL 32.96º 0.8% 0.17% -
HSV(B) 32.96º 0.89% 0.31% -
XYZ 4.41 3.84 0.77 -
YUV 53.12 103.1 147.17 -
System Red Green Blue C M Y K H S L
Decimal 80 48 9 0 0.40 0.89 0.69 32.96 0.8 0.17
Hex 50 30 9 0 28 59 45 21 50 11
Octal 120 60 11 0 50 131 105 41 120 21
Binary 1010000 110000 1001 0 101000 1011001 1000101 100001 1010000 10001

Color Harmonies of #503009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503009

Black with #503009

Text Example


Text Example

White with #503009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503009; }

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

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

background-color css

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

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

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

border-color css

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

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

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