Html Css Color HEX #503506 Baker's Chocolate

📋 copy color: '#503506'

red 80 ◦ green 53 ◦ blue 6

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

Shades of Baker's Chocolate #503506

Tints of Baker's Chocolate #503506

RGB

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

 GREEN value IS 53 (21.09% from 255) = 38.13%

 BLUE value IS 6 (2.73% from 255) = 4.32%

R = 57.55%
G = 38.13%
B = 4.32%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.92

 K value IS 0.69

RGB Variations

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

Color information

#503506 (or 0x503506) is known color: Baker's Chocolate. HEX triplet: 50, 35 and 06. RGB value is (80,53,6). Sum of RGB (Red+Green+Blue) = 80+53+6=139 (18% of max value = 765). Red value is 80 (31.64% from 255 or 57.55% from 139); Green value is 53 (21.09% from 255 or 38.13% from 139); Blue value is 6 (2.73% from 255 or 4.32% from 139); Max value from RGB is 80 - color contains mainly: red. Hex color #503506 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503506 is #AFCAF9. Grayscale: #373737. Windows color (decimal): -11520762 or 406864. OLE color: 406864.

HSL color Cylindrical-coordinate representation of color #503506: hue angle of 38.11º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #503506 is Cyan = 0, Magento = 0.34, Yellow = 0.92 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 53 6 -
CMYK 0 0.34 0.92 0.69
HSL 38.11º 0.86% 0.17% -
HSV(B) 38.11º 0.93% 0.31% -
XYZ 4.61 4.26 0.75 -
YUV 55.72 99.95 145.32 -
System Red Green Blue C M Y K H S L
Decimal 80 53 6 0 0.34 0.92 0.69 38.11 0.86 0.17
Hex 50 35 6 0 22 5C 45 26 56 11
Octal 120 65 6 0 42 134 105 46 126 21
Binary 1010000 110101 110 0 100010 1011100 1000101 100110 1010110 10001

Color Harmonies of #503506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503506

Black with #503506

Text Example


Text Example

White with #503506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503506; }

 p { color: rgb(80,53,6); }

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

background-color css

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

 a { background-color: rgb(80,53,6); }

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

border-color css

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

 span { border-color: rgb(80,53,6); }

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