Html Css Color HEX #503700 Baker's Chocolate

📋 copy color: '#503700'

red 80 ◦ green 55 ◦ blue 0

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

Shades of Baker's Chocolate #503700

Tints of Baker's Chocolate #503700

RGB

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

 GREEN value IS 55 (21.88% from 255) = 40.74%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 59.26%
G = 40.74%
B = 0%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 1

 K value IS 0.69

RGB Variations

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

Color information

#503700 (or 0x503700) is known color: Baker's Chocolate. HEX triplet: 50, 37 and 00. RGB value is (80,55,0). Sum of RGB (Red+Green+Blue) = 80+55+0=135 (17% of max value = 765). Red value is 80 (31.64% from 255 or 59.26% from 135); Green value is 55 (21.88% from 255 or 40.74% from 135); Blue value is 0 (0.39% from 255 or 0% from 135); Max value from RGB is 80 - color contains mainly: red. Hex color #503700 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503700 is #AFC8FF. Grayscale: #383838. Windows color (decimal): -11520256 or 14160. OLE color: 14160.

HSL color Cylindrical-coordinate representation of color #503700: hue angle of 41.25º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #503700 is Cyan = 0, Magento = 0.31, Yellow = 1 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 55 0 -
CMYK 0 0.31 1 0.69
HSL 41.25º 1% 0.16% -
HSV(B) 41.25º 1% 0.31% -
XYZ 4.67 4.44 0.61 -
YUV 56.21 96.28 144.97 -
System Red Green Blue C M Y K H S L
Decimal 80 55 0 0 0.31 1 0.69 41.25 1 0.16
Hex 50 37 0 0 1F 64 45 29 64 10
Octal 120 67 0 0 37 144 105 51 144 20
Binary 1010000 110111 0 0 11111 1100100 1000101 101001 1100100 10000

Color Harmonies of #503700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503700

Black with #503700

Text Example


Text Example

White with #503700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503700; }

 p { color: rgb(80,55,0); }

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

background-color css

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

 a { background-color: rgb(80,55,0); }

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

border-color css

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

 span { border-color: rgb(80,55,0); }

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