Html Css Color HEX #50240B Baker's Chocolate

📋 copy color: '#50240B'

red 80 ◦ green 36 ◦ blue 11

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

Shades of Baker's Chocolate #50240B

Tints of Baker's Chocolate #50240B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 28.35%

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

R = 62.99%
G = 28.35%
B = 8.66%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.86

 K value IS 0.69

RGB Variations

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

Color information

#50240B (or 0x50240B) is known color: Baker's Chocolate. HEX triplet: 50, 24 and 0B. RGB value is (80,36,11). Sum of RGB (Red+Green+Blue) = 80+36+11=127 (16% of max value = 765). Red value is 80 (31.64% from 255 or 62.99% from 127); Green value is 36 (14.45% from 255 or 28.35% from 127); Blue value is 11 (4.69% from 255 or 8.66% from 127); Max value from RGB is 80 - color contains mainly: red. Hex color #50240B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #50240B is #AFDBF4. Grayscale: #2E2E2E. Windows color (decimal): -11525109 or 730192. OLE color: 730192.

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

Color convert

RGB 80 36 11 -
CMYK 0 0.55 0.86 0.69
HSL 21.74º 0.76% 0.18% -
HSV(B) 21.74º 0.86% 0.31% -
XYZ 4 2.99 0.68 -
YUV 46.31 108.08 152.03 -
System Red Green Blue C M Y K H S L
Decimal 80 36 11 0 0.55 0.86 0.69 21.74 0.76 0.18
Hex 50 24 B 0 37 56 45 16 4C 12
Octal 120 44 13 0 67 126 105 26 114 22
Binary 1010000 100100 1011 0 110111 1010110 1000101 10110 1001100 10010

Color Harmonies of #50240B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50240B

Black with #50240B

Text Example


Text Example

White with #50240B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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