Html Css Color HEX #502600 Baker's Chocolate

📋 copy color: '#502600'

red 80 ◦ green 38 ◦ blue 0

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

Shades of Baker's Chocolate #502600

Tints of Baker's Chocolate #502600

RGB

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

 GREEN value IS 38 (15.23% from 255) = 32.2%

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

R = 67.8%
G = 32.2%
B = 0%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 1

 K value IS 0.69

RGB Variations

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

Color information

#502600 (or 0x502600) is known color: Baker's Chocolate. HEX triplet: 50, 26 and 00. RGB value is (80,38,0). Sum of RGB (Red+Green+Blue) = 80+38+0=118 (15% of max value = 765). Red value is 80 (31.64% from 255 or 67.80% from 118); Green value is 38 (15.23% from 255 or 32.20% from 118); Blue value is 0 (0.39% from 255 or 0% from 118); Max value from RGB is 80 - color contains mainly: red. Hex color #502600 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502600 is #AFD9FF. Grayscale: #2E2E2E. Windows color (decimal): -11524608 or 9808. OLE color: 9808.

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

Color convert

RGB 80 38 0 -
CMYK 0 0.52 1 0.69
HSL 28.5º 1% 0.16% -
HSV(B) 28.5º 1% 0.31% -
XYZ 4 3.09 0.39 -
YUV 46.23 101.91 152.09 -
System Red Green Blue C M Y K H S L
Decimal 80 38 0 0 0.52 1 0.69 28.5 1 0.16
Hex 50 26 0 0 34 64 45 1C 64 10
Octal 120 46 0 0 64 144 105 34 144 20
Binary 1010000 100110 0 0 110100 1100100 1000101 11100 1100100 10000

Color Harmonies of #502600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502600

Black with #502600

Text Example


Text Example

White with #502600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502600; }

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

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

background-color css

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

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

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

border-color css

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

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

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