Html Css Color HEX #503501 Baker's Chocolate

📋 copy color: '#503501'

red 80 ◦ green 53 ◦ blue 1

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

Shades of Baker's Chocolate #503501

Tints of Baker's Chocolate #503501

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.75%

R = 59.7%
G = 39.55%
B = 0.75%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.99

 K value IS 0.69

RGB Variations

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

Color information

#503501 (or 0x503501) is known color: Baker's Chocolate. HEX triplet: 50, 35 and 01. RGB value is (80,53,1). Sum of RGB (Red+Green+Blue) = 80+53+1=134 (17% of max value = 765). Red value is 80 (31.64% from 255 or 59.70% from 134); Green value is 53 (21.09% from 255 or 39.55% from 134); Blue value is 1 (0.78% from 255 or 0.75% from 134); Max value from RGB is 80 - color contains mainly: red. Hex color #503501 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503501 is #AFCAFE. Grayscale: #373737. Windows color (decimal): -11520767 or 79184. OLE color: 79184.

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

Color convert

RGB 80 53 1 -
CMYK 0 0.34 0.99 0.69
HSL 39.49º 0.98% 0.16% -
HSV(B) 39.49º 0.99% 0.31% -
XYZ 4.59 4.25 0.61 -
YUV 55.15 97.45 145.73 -
System Red Green Blue C M Y K H S L
Decimal 80 53 1 0 0.34 0.99 0.69 39.49 0.98 0.16
Hex 50 35 1 0 22 63 45 27 62 10
Octal 120 65 1 0 42 143 105 47 142 20
Binary 1010000 110101 1 0 100010 1100011 1000101 100111 1100010 10000

Color Harmonies of #503501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503501

Black with #503501

Text Example


Text Example

White with #503501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503501; }

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

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

background-color css

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

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

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

border-color css

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

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

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