Html Css Color HEX #503301 Baker's Chocolate

📋 copy color: '#503301'

red 80 ◦ green 51 ◦ blue 1

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

Shades of Baker's Chocolate #503301

Tints of Baker's Chocolate #503301

RGB

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

 GREEN value IS 51 (20.31% from 255) = 38.64%

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

R = 60.61%
G = 38.64%
B = 0.76%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.99

 K value IS 0.69

RGB Variations

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

Color information

#503301 (or 0x503301) is known color: Baker's Chocolate. HEX triplet: 50, 33 and 01. RGB value is (80,51,1). Sum of RGB (Red+Green+Blue) = 80+51+1=132 (17% of max value = 765). Red value is 80 (31.64% from 255 or 60.61% from 132); Green value is 51 (20.31% from 255 or 38.64% from 132); Blue value is 1 (0.78% from 255 or 0.76% from 132); Max value from RGB is 80 - color contains mainly: red. Hex color #503301 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503301 is #AFCCFE. Grayscale: #363636. Windows color (decimal): -11521279 or 78672. OLE color: 78672.

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

Color convert

RGB 80 51 1 -
CMYK 0 0.36 0.99 0.69
HSL 37.97º 0.98% 0.16% -
HSV(B) 37.97º 0.99% 0.31% -
XYZ 4.5 4.08 0.58 -
YUV 53.97 98.11 146.57 -
System Red Green Blue C M Y K H S L
Decimal 80 51 1 0 0.36 0.99 0.69 37.97 0.98 0.16
Hex 50 33 1 0 24 63 45 26 62 10
Octal 120 63 1 0 44 143 105 46 142 20
Binary 1010000 110011 1 0 100100 1100011 1000101 100110 1100010 10000

Color Harmonies of #503301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503301

Black with #503301

Text Example


Text Example

White with #503301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503301; }

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

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

background-color css

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

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

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

border-color css

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

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

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