Html Css Color HEX #502E0B Baker's Chocolate

📋 copy color: '#502E0B'

red 80 ◦ green 46 ◦ blue 11

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

Shades of Baker's Chocolate #502E0B

Tints of Baker's Chocolate #502E0B

RGB

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

 GREEN value IS 46 (18.36% from 255) = 33.58%

 BLUE value IS 11 (4.69% from 255) = 8.03%

R = 58.39%
G = 33.58%
B = 8.03%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.86

 K value IS 0.69

RGB Variations

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

Color information

#502E0B (or 0x502E0B) is known color: Baker's Chocolate. HEX triplet: 50, 2E and 0B. RGB value is (80,46,11). Sum of RGB (Red+Green+Blue) = 80+46+11=137 (18% of max value = 765). Red value is 80 (31.64% from 255 or 58.39% from 137); Green value is 46 (18.36% from 255 or 33.58% from 137); Blue value is 11 (4.69% from 255 or 8.03% from 137); Max value from RGB is 80 - color contains mainly: red. Hex color #502E0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502E0B is #AFD1F4. Grayscale: #343434. Windows color (decimal): -11522549 or 732752. OLE color: 732752.

HSL color Cylindrical-coordinate representation of color #502E0B: hue angle of 30.43º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #502E0B is Cyan = 0, Magento = 0.42, Yellow = 0.86 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 46 11 -
CMYK 0 0.42 0.86 0.69
HSL 30.43º 0.76% 0.18% -
HSV(B) 30.43º 0.86% 0.31% -
XYZ 4.35 3.68 0.8 -
YUV 52.18 104.76 147.85 -
System Red Green Blue C M Y K H S L
Decimal 80 46 11 0 0.42 0.86 0.69 30.43 0.76 0.18
Hex 50 2E B 0 2A 56 45 1E 4C 12
Octal 120 56 13 0 52 126 105 36 114 22
Binary 1010000 101110 1011 0 101010 1010110 1000101 11110 1001100 10010

Color Harmonies of #502E0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502E0B

Black with #502E0B

Text Example


Text Example

White with #502E0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502E0B; }

 p { color: rgb(80,46,11); }

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

background-color css

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

 a { background-color: rgb(80,46,11); }

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

border-color css

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

 span { border-color: rgb(80,46,11); }

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