Html Css Color HEX #50280B Baker's Chocolate

📋 copy color: '#50280B'

red 80 ◦ green 40 ◦ blue 11

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

Shades of Baker's Chocolate #50280B

Tints of Baker's Chocolate #50280B

RGB

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

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

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

R = 61.07%
G = 30.53%
B = 8.4%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.86

 K value IS 0.69

RGB Variations

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

Color information

#50280B (or 0x50280B) is known color: Baker's Chocolate. HEX triplet: 50, 28 and 0B. RGB value is (80,40,11). Sum of RGB (Red+Green+Blue) = 80+40+11=131 (17% of max value = 765). Red value is 80 (31.64% from 255 or 61.07% from 131); Green value is 40 (16.02% from 255 or 30.53% from 131); Blue value is 11 (4.69% from 255 or 8.40% from 131); Max value from RGB is 80 - color contains mainly: red. Hex color #50280B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #50280B is #AFD7F4. Grayscale: #303030. Windows color (decimal): -11524085 or 731216. OLE color: 731216.

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

Color convert

RGB 80 40 11 -
CMYK 0 0.5 0.86 0.69
HSL 25.22º 0.76% 0.18% -
HSV(B) 25.22º 0.86% 0.31% -
XYZ 4.13 3.25 0.73 -
YUV 48.65 106.75 150.36 -
System Red Green Blue C M Y K H S L
Decimal 80 40 11 0 0.5 0.86 0.69 25.22 0.76 0.18
Hex 50 28 B 0 32 56 45 19 4C 12
Octal 120 50 13 0 62 126 105 31 114 22
Binary 1010000 101000 1011 0 110010 1010110 1000101 11001 1001100 10010

Color Harmonies of #50280B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50280B

Black with #50280B

Text Example


Text Example

White with #50280B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50280B; }

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

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

background-color css

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

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

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

border-color css

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

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

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