Html Css Color HEX #502000 Baker's Chocolate

📋 copy color: '#502000'

red 80 ◦ green 32 ◦ blue 0

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

Shades of Baker's Chocolate #502000

Tints of Baker's Chocolate #502000

RGB

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

 GREEN value IS 32 (12.89% from 255) = 28.57%

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

R = 71.43%
G = 28.57%
B = 0%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 1

 K value IS 0.69

RGB Variations

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

Color information

#502000 (or 0x502000) is known color: Baker's Chocolate. HEX triplet: 50, 20 and 00. RGB value is (80,32,0). Sum of RGB (Red+Green+Blue) = 80+32+0=112 (14% of max value = 765). Red value is 80 (31.64% from 255 or 71.43% from 112); Green value is 32 (12.89% from 255 or 28.57% from 112); Blue value is 0 (0.39% from 255 or 0% from 112); Max value from RGB is 80 - color contains mainly: red. Hex color #502000 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502000 is #AFDFFF. Grayscale: #2A2A2A. Windows color (decimal): -11526144 or 8272. OLE color: 8272.

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

Color convert

RGB 80 32 0 -
CMYK 0 0.60 1 0.69
HSL 24º 1% 0.16% -
HSV(B) 24º 1% 0.31% -
XYZ 3.82 2.74 0.33 -
YUV 42.7 103.9 154.6 -
System Red Green Blue C M Y K H S L
Decimal 80 32 0 0 0.60 1 0.69 24 1 0.16
Hex 50 20 0 0 3C 64 45 18 64 10
Octal 120 40 0 0 74 144 105 30 144 20
Binary 1010000 100000 0 0 111100 1100100 1000101 11000 1100100 10000

Color Harmonies of #502000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502000

Black with #502000

Text Example


Text Example

White with #502000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502000; }

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

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

background-color css

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

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

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

border-color css

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

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

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