Html Css Color HEX #503209 Baker's Chocolate

📋 copy color: '#503209'

red 80 ◦ green 50 ◦ blue 9

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

Shades of Baker's Chocolate #503209

Tints of Baker's Chocolate #503209

RGB

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

 GREEN value IS 50 (19.92% from 255) = 35.97%

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

R = 57.55%
G = 35.97%
B = 6.47%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.89

 K value IS 0.69

RGB Variations

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

Color information

#503209 (or 0x503209) is known color: Baker's Chocolate. HEX triplet: 50, 32 and 09. RGB value is (80,50,9). Sum of RGB (Red+Green+Blue) = 80+50+9=139 (18% of max value = 765). Red value is 80 (31.64% from 255 or 57.55% from 139); Green value is 50 (19.92% from 255 or 35.97% from 139); Blue value is 9 (3.91% from 255 or 6.47% from 139); Max value from RGB is 80 - color contains mainly: red. Hex color #503209 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503209 is #AFCDF6. Grayscale: #363636. Windows color (decimal): -11521527 or 602704. OLE color: 602704.

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

Color convert

RGB 80 50 9 -
CMYK 0 0.37 0.89 0.69
HSL 34.65º 0.8% 0.17% -
HSV(B) 34.65º 0.89% 0.31% -
XYZ 4.5 4.01 0.79 -
YUV 54.3 102.44 146.33 -
System Red Green Blue C M Y K H S L
Decimal 80 50 9 0 0.37 0.89 0.69 34.65 0.8 0.17
Hex 50 32 9 0 25 59 45 23 50 11
Octal 120 62 11 0 45 131 105 43 120 21
Binary 1010000 110010 1001 0 100101 1011001 1000101 100011 1010000 10001

Color Harmonies of #503209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503209

Black with #503209

Text Example


Text Example

White with #503209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503209; }

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

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

background-color css

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

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

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

border-color css

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

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

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