Html Css Color HEX #50320B Baker's Chocolate

📋 copy color: '#50320B'

red 80 ◦ green 50 ◦ blue 11

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

Shades of Baker's Chocolate #50320B

Tints of Baker's Chocolate #50320B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 35.46%

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

R = 56.74%
G = 35.46%
B = 7.8%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.86

 K value IS 0.69

RGB Variations

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

Color information

#50320B (or 0x50320B) is known color: Baker's Chocolate. HEX triplet: 50, 32 and 0B. RGB value is (80,50,11). Sum of RGB (Red+Green+Blue) = 80+50+11=141 (18% of max value = 765). Red value is 80 (31.64% from 255 or 56.74% from 141); Green value is 50 (19.92% from 255 or 35.46% from 141); Blue value is 11 (4.69% from 255 or 7.80% from 141); Max value from RGB is 80 - color contains mainly: red. Hex color #50320B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #50320B is #AFCDF4. Grayscale: #363636. Windows color (decimal): -11521525 or 733776. OLE color: 733776.

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

Color convert

RGB 80 50 11 -
CMYK 0 0.37 0.86 0.69
HSL 33.91º 0.76% 0.18% -
HSV(B) 33.91º 0.86% 0.31% -
XYZ 4.51 4.01 0.85 -
YUV 54.52 103.44 146.17 -
System Red Green Blue C M Y K H S L
Decimal 80 50 11 0 0.37 0.86 0.69 33.91 0.76 0.18
Hex 50 32 B 0 25 56 45 22 4C 12
Octal 120 62 13 0 45 126 105 42 114 22
Binary 1010000 110010 1011 0 100101 1010110 1000101 100010 1001100 10010

Color Harmonies of #50320B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50320B

Black with #50320B

Text Example


Text Example

White with #50320B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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