Html Css Color HEX #502800 Baker's Chocolate

📋 copy color: '#502800'

red 80 ◦ green 40 ◦ blue 0

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

Shades of Baker's Chocolate #502800

Tints of Baker's Chocolate #502800

RGB

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

 GREEN value IS 40 (16.02% from 255) = 33.33%

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

R = 66.67%
G = 33.33%
B = 0%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 1

 K value IS 0.69

RGB Variations

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

Color information

#502800 (or 0x502800) is known color: Baker's Chocolate. HEX triplet: 50, 28 and 00. RGB value is (80,40,0). Sum of RGB (Red+Green+Blue) = 80+40+0=120 (15% of max value = 765). Red value is 80 (31.64% from 255 or 66.67% from 120); Green value is 40 (16.02% from 255 or 33.33% from 120); Blue value is 0 (0.39% from 255 or 0% from 120); Max value from RGB is 80 - color contains mainly: red. Hex color #502800 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502800 is #AFD7FF. Grayscale: #2F2F2F. Windows color (decimal): -11524096 or 10320. OLE color: 10320.

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

Color convert

RGB 80 40 0 -
CMYK 0 0.5 1 0.69
HSL 30º 1% 0.16% -
HSV(B) 30º 1% 0.31% -
XYZ 4.07 3.22 0.41 -
YUV 47.4 101.25 151.25 -
System Red Green Blue C M Y K H S L
Decimal 80 40 0 0 0.5 1 0.69 30 1 0.16
Hex 50 28 0 0 32 64 45 1E 64 10
Octal 120 50 0 0 62 144 105 36 144 20
Binary 1010000 101000 0 0 110010 1100100 1000101 11110 1100100 10000

Color Harmonies of #502800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502800

Black with #502800

Text Example


Text Example

White with #502800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502800; }

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

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

background-color css

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

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

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

border-color css

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

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

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