Html Css Color HEX #50320E Baker's Chocolate

📋 copy color: '#50320E'

red 80 ◦ green 50 ◦ blue 14

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

Shades of Baker's Chocolate #50320E

Tints of Baker's Chocolate #50320E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 9.72%

R = 55.56%
G = 34.72%
B = 9.72%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.83

 K value IS 0.69

RGB Variations

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

Color information

#50320E (or 0x50320E) is known color: Baker's Chocolate. HEX triplet: 50, 32 and 0E. RGB value is (80,50,14). Sum of RGB (Red+Green+Blue) = 80+50+14=144 (19% of max value = 765). Red value is 80 (31.64% from 255 or 55.56% from 144); Green value is 50 (19.92% from 255 or 34.72% from 144); Blue value is 14 (5.86% from 255 or 9.72% from 144); Max value from RGB is 80 - color contains mainly: red. Hex color #50320E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #50320E is #AFCDF1. Grayscale: #373737. Windows color (decimal): -11521522 or 930384. OLE color: 930384.

HSL color Cylindrical-coordinate representation of color #50320E: hue angle of 32.73º degrees, saturation: 0.7, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #50320E is Cyan = 0, Magento = 0.37, Yellow = 0.83 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 50 14 -
CMYK 0 0.37 0.83 0.69
HSL 32.73º 0.7% 0.18% -
HSV(B) 32.73º 0.83% 0.31% -
XYZ 4.53 4.02 0.95 -
YUV 54.87 104.94 145.93 -
System Red Green Blue C M Y K H S L
Decimal 80 50 14 0 0.37 0.83 0.69 32.73 0.7 0.18
Hex 50 32 E 0 25 53 45 21 46 12
Octal 120 62 16 0 45 123 105 41 106 22
Binary 1010000 110010 1110 0 100101 1010011 1000101 100001 1000110 10010

Color Harmonies of #50320E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50320E

Black with #50320E

Text Example


Text Example

White with #50320E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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