Html Css Color HEX #502200 Baker's Chocolate

📋 copy color: '#502200'

red 80 ◦ green 34 ◦ blue 0

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

Shades of Baker's Chocolate #502200

Tints of Baker's Chocolate #502200

RGB

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

 GREEN value IS 34 (13.67% from 255) = 29.82%

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

R = 70.18%
G = 29.82%
B = 0%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 1

 K value IS 0.69

RGB Variations

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

Color information

#502200 (or 0x502200) is known color: Baker's Chocolate. HEX triplet: 50, 22 and 00. RGB value is (80,34,0). Sum of RGB (Red+Green+Blue) = 80+34+0=114 (15% of max value = 765). Red value is 80 (31.64% from 255 or 70.18% from 114); Green value is 34 (13.67% from 255 or 29.82% from 114); Blue value is 0 (0.39% from 255 or 0% from 114); Max value from RGB is 80 - color contains mainly: red. Hex color #502200 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502200 is #AFDDFF. Grayscale: #2C2C2C. Windows color (decimal): -11525632 or 8784. OLE color: 8784.

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

Color convert

RGB 80 34 0 -
CMYK 0 0.58 1 0.69
HSL 25.5º 1% 0.16% -
HSV(B) 25.5º 1% 0.31% -
XYZ 3.88 2.85 0.35 -
YUV 43.88 103.24 153.76 -
System Red Green Blue C M Y K H S L
Decimal 80 34 0 0 0.58 1 0.69 25.5 1 0.16
Hex 50 22 0 0 3A 64 45 1A 64 10
Octal 120 42 0 0 72 144 105 32 144 20
Binary 1010000 100010 0 0 111010 1100100 1000101 11010 1100100 10000

Color Harmonies of #502200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502200

Black with #502200

Text Example


Text Example

White with #502200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502200; }

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

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

background-color css

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

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

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

border-color css

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

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

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