Html Css Color HEX #50380B Baker's Chocolate

📋 copy color: '#50380B'

red 80 ◦ green 56 ◦ blue 11

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

Shades of Baker's Chocolate #50380B

Tints of Baker's Chocolate #50380B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 38.1%

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

R = 54.42%
G = 38.1%
B = 7.48%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.86

 K value IS 0.69

RGB Variations

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

Color information

#50380B (or 0x50380B) is known color: Baker's Chocolate. HEX triplet: 50, 38 and 0B. RGB value is (80,56,11). Sum of RGB (Red+Green+Blue) = 80+56+11=147 (19% of max value = 765). Red value is 80 (31.64% from 255 or 54.42% from 147); Green value is 56 (22.27% from 255 or 38.10% from 147); Blue value is 11 (4.69% from 255 or 7.48% from 147); Max value from RGB is 80 - color contains mainly: red. Hex color #50380B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #50380B is #AFC7F4. Grayscale: #3A3A3A. Windows color (decimal): -11519989 or 735312. OLE color: 735312.

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

Color convert

RGB 80 56 11 -
CMYK 0 0.30 0.86 0.69
HSL 39.13º 0.76% 0.18% -
HSV(B) 39.13º 0.86% 0.31% -
XYZ 4.78 4.56 0.94 -
YUV 58.05 101.45 143.66 -
System Red Green Blue C M Y K H S L
Decimal 80 56 11 0 0.30 0.86 0.69 39.13 0.76 0.18
Hex 50 38 B 0 1E 56 45 27 4C 12
Octal 120 70 13 0 36 126 105 47 114 22
Binary 1010000 111000 1011 0 11110 1010110 1000101 100111 1001100 10010

Color Harmonies of #50380B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50380B

Black with #50380B

Text Example


Text Example

White with #50380B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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