Html Css Color HEX #503005 Baker's Chocolate

📋 copy color: '#503005'

red 80 ◦ green 48 ◦ blue 5

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

Shades of Baker's Chocolate #503005

Tints of Baker's Chocolate #503005

RGB

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

 GREEN value IS 48 (19.14% from 255) = 36.09%

 BLUE value IS 5 (2.34% from 255) = 3.76%

R = 60.15%
G = 36.09%
B = 3.76%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.94

 K value IS 0.69

RGB Variations

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

Color information

#503005 (or 0x503005) is known color: Baker's Chocolate. HEX triplet: 50, 30 and 05. RGB value is (80,48,5). Sum of RGB (Red+Green+Blue) = 80+48+5=133 (17% of max value = 765). Red value is 80 (31.64% from 255 or 60.15% from 133); Green value is 48 (19.14% from 255 or 36.09% from 133); Blue value is 5 (2.34% from 255 or 3.76% from 133); Max value from RGB is 80 - color contains mainly: red. Hex color #503005 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503005 is #AFCFFA. Grayscale: #343434. Windows color (decimal): -11522043 or 340048. OLE color: 340048.

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

Color convert

RGB 80 48 5 -
CMYK 0 0.40 0.94 0.69
HSL 34.4º 0.88% 0.17% -
HSV(B) 34.4º 0.94% 0.31% -
XYZ 4.39 3.83 0.65 -
YUV 52.67 101.1 147.5 -
System Red Green Blue C M Y K H S L
Decimal 80 48 5 0 0.40 0.94 0.69 34.4 0.88 0.17
Hex 50 30 5 0 28 5E 45 22 58 11
Octal 120 60 5 0 50 136 105 42 130 21
Binary 1010000 110000 101 0 101000 1011110 1000101 100010 1011000 10001

Color Harmonies of #503005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503005

Black with #503005

Text Example


Text Example

White with #503005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503005; }

 p { color: rgb(80,48,5); }

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

background-color css

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

 a { background-color: rgb(80,48,5); }

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

border-color css

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

 span { border-color: rgb(80,48,5); }

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